Skip to content

Commit

Permalink
Fix unit test project
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielOda committed Nov 27, 2023
1 parent 5011293 commit 73f0149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonTests/CommonTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>net462;net6.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>

Expand Down

0 comments on commit 73f0149

Please sign in to comment.