-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump Microsoft.Windows.CsWinRT from 2.1.6 to 2.2.0
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
1 parent
9e797d3
commit 79f5ca4
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
70 changes: 35 additions & 35 deletions
70
SoundSwitch.Audio.Manager/SoundSwitch.Audio.Manager.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |