Skip to content

Commit

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

chore(deps): bump Microsoft.Windows.CsWinRT from 2.1.1 to 2.1.3
  • Loading branch information
kodiakhq[bot] authored Sep 10, 2024
2 parents 6296388 + f13fd00 commit ee8859c
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 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.1" />
<PackageReference Include="Serilog" Version="4.0.1" />
</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 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.3" />
<PackageReference Include="Serilog" Version="4.0.1" />
</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 ee8859c

Please sign in to comment.