We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1f41f commit 359bed2Copy full SHA for 359bed2
build.sh
@@ -13,4 +13,4 @@ for path in test/*.Tests/*.csproj; do
13
dotnet test -f netcoreapp2.1 -c Release ${path}
14
done
15
16
-dotnet build -f netcoreapp2.1 -c Release sample/Sample/Sample.csproj
+dotnet build -f net5.0 -c Release sample/Sample/Sample.csproj
0 commit comments