Skip to content

Commit 92c181f

Browse files
committed
Fix publishing
1 parent 5201c68 commit 92c181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rd /s /q build
2-
dotnet publish secure-file -f netcoreapp2.0 -o ..\build -c Release
2+
dotnet publish secure-file -f netcoreapp3.1 -o ..\build -c Release
33
dotnet publish secure-file -f net462 -o ..\build -c Release

0 commit comments

Comments
 (0)