Skip to content

Commit

Permalink
Fix missing lang version for NetSparkle.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Sep 25, 2024
1 parent adbec19 commit aa2ca6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NetSparkle.Tests/NetSparkle.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
<AssemblyTitle>NetSparkleUnitTests</AssemblyTitle>
<Product>NetSparkleUnitTests</Product>
<Copyright>Copyright © 2024</Copyright>
<IsTestProject>true</IsTestProject>
<IsTestProject>true</IsTestProject>
<OutputPath>..\..\bin\NetSparkle.Tests\$(Configuration)\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net462'">
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
<DefineConstants>TRACE;NET462;NETFULL;NETFRAMEWORK</DefineConstants>
Expand Down

0 comments on commit aa2ca6c

Please sign in to comment.