Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Windows.CsWinRT from 2.1.6 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Windows.CsWinRT](https://github.com/microsoft/cswinrt) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/microsoft/cswinrt/releases)
- [Changelog](https://github.com/microsoft/CsWinRT/blob/master/docs/breakingchanges-rc2.md)
- [Commits](https://github.com/microsoft/cswinrt/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWinRT
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 9e797d3 commit 79f5ca4
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 79f5ca4

Please sign in to comment.