Skip to content

Commit

Permalink
Merge pull request #1624 from Belphemur/dependabot/nuget/Microsoft.Wi…
Browse files Browse the repository at this point in the history
…ndows.CsWinRT-2.2.0

chore(deps): bump Microsoft.Windows.CsWinRT from 2.1.6 to 2.2.0
  • Loading branch information
kodiakhq[bot] authored Nov 12, 2024
2 parents 71ebc1a + a7c3ddc commit 39a840e
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions SoundSwitch.Audio.Manager/SoundSwitch.Audio.Manager.csproj
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Configurations>Debug;Release;Nightly</Configurations>
<Platforms>AnyCPU</Platforms>
<AssemblyTitle>SoundSwitch.Audio.Manager</AssemblyTitle>
<Version>4.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" />
<PackageReference Include="Serilog" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.1" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Interop\Interface\IPolicyConfigVista.cs" />
<Compile Remove="Interop\Interface\IPolicyConfigX.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoundSwitch.Common\SoundSwitch.Common.csproj" />
</ItemGroup>
<PropertyGroup>
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>SoundSwitch.Audio.Manager.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Configurations>Debug;Release;Nightly</Configurations>
<Platforms>AnyCPU</Platforms>
<AssemblyTitle>SoundSwitch.Audio.Manager</AssemblyTitle>
<Version>4.1.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
<PackageReference Include="Serilog" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.1" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Interop\Interface\IPolicyConfigVista.cs" />
<Compile Remove="Interop\Interface\IPolicyConfigX.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SoundSwitch.Common\SoundSwitch.Common.csproj" />
</ItemGroup>
<PropertyGroup>
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>SoundSwitch.Audio.Manager.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>

0 comments on commit 39a840e

Please sign in to comment.