-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1578 from Belphemur/dependabot/nuget/Microsoft.Wi…
…ndows.CsWinRT-2.1.3 chore(deps): bump Microsoft.Windows.CsWinRT from 2.1.1 to 2.1.3
- Loading branch information
Showing
1 changed file
with
34 additions
and
34 deletions.
There are no files selected for viewing
68 changes: 34 additions & 34 deletions
68
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.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> |