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 844f028 commit 1cfc843Copy full SHA for 1cfc843
WebApiClient/WebApiClient.csproj
168 Bytes
nuget.build.bat
@@ -1,11 +1,13 @@
1
cd WebApiClient
2
3
dotnet build -c AOT_Release -f net45
4
+dotnet build -c AOT_Release -f net46
5
dotnet build -c AOT_Release -f netcoreapp2.1
6
dotnet build -c AOT_Release -f netstandard1.3
7
dotnet build -c AOT_Release -f netstandard2.0
8
9
dotnet build -c JIT_Release -f net45
10
+dotnet build -c JIT_Release -f net46
11
dotnet build -c JIT_Release -f netcoreapp2.1
12
dotnet build -c JIT_Release -f netstandard1.3
13
dotnet build -c JIT_Release -f netstandard2.0
0 commit comments