Skip to content

Commit

Permalink
Update UnitTests.csproj
Browse files Browse the repository at this point in the history
Target .NET Framework 4.8 for unit tests
  • Loading branch information
bastianeicher authored Dec 17, 2024
1 parent 7e870dc commit b8d8cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>GrpcRichError.UnitTests</AssemblyName>
<RootNamespace>GrpcRichError</RootNamespace>
<LangVersion>13.0</LangVersion>
<TargetFrameworks>net462;net9.0</TargetFrameworks>
<TargetFrameworks>net48;net9.0</TargetFrameworks>
<OutputType>Library</OutputType>
<IsPackable>False</IsPackable>
<DeterministicSourcePaths>False</DeterministicSourcePaths>
Expand Down

0 comments on commit b8d8cf0

Please sign in to comment.