Skip to content

Commit

Permalink
fix CLI build
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Feb 16, 2022
1 parent 3078c7c commit 9ef8adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VolumeControlCLI/VolumeControlCLI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
Expand All @@ -9,7 +9,7 @@
<IsPreRelease>true</IsPreRelease>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="VolumeControl.IsPreReleaseAttribute">
<AssemblyAttribute Include="VolumeControl.CLI.IsPreReleaseAttribute">
<_Parameter1>$(IsPreRelease)</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
Expand Down

0 comments on commit 9ef8adc

Please sign in to comment.