Skip to content

Commit

Permalink
update to dotnet 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist committed Oct 12, 2019
1 parent c994ae9 commit 0bbd949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 166 files
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Authors>Ryzhehvost</Authors>
<AssemblyVersion>0.1</AssemblyVersion>
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<AssemblyVersion>0.2</AssemblyVersion>
<TargetFrameworks>netcoreapp3.0;net48</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
del .\Ryzhehvost.CaseInsensitiveASF\*.zip
dotnet publish -c "Release" -f "net472" -o "out/generic-netf"
dotnet publish -c "Release" -f "net48" -o "out/generic-netf"
rename .\Ryzhehvost.CaseInsensitiveASF\CaseInsensitiveASF.zip CaseInsensitiveASF-netf.zip
dotnet publish -c "Release" -f "netcoreapp2.2" -o "out/generic" "/p:LinkDuringPublish=false"
dotnet publish -c "Release" -f "netcoreapp3.0" -o "out/generic" "/p:LinkDuringPublish=false"

0 comments on commit 0bbd949

Please sign in to comment.