From 0bbd9491359c037d5deaaaeb463a590e327bd9e7 Mon Sep 17 00:00:00 2001 From: Ryzhehvost Date: Sat, 12 Oct 2019 23:04:28 +0300 Subject: [PATCH] update to dotnet 3.0 --- ArchiSteamFarm | 2 +- .../Ryzhehvost.CaseInsensitiveASF.csproj | 4 ++-- build.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ArchiSteamFarm b/ArchiSteamFarm index 2347925..5bd8c17 160000 --- a/ArchiSteamFarm +++ b/ArchiSteamFarm @@ -1 +1 @@ -Subproject commit 2347925b1c84b2b2b57b032f79dc28e554725908 +Subproject commit 5bd8c17b3f94bb675162ac419950e04ef31827d1 diff --git a/Ryzhehvost.CaseInsensitiveASF/Ryzhehvost.CaseInsensitiveASF.csproj b/Ryzhehvost.CaseInsensitiveASF/Ryzhehvost.CaseInsensitiveASF.csproj index 20ef783..13fe954 100644 --- a/Ryzhehvost.CaseInsensitiveASF/Ryzhehvost.CaseInsensitiveASF.csproj +++ b/Ryzhehvost.CaseInsensitiveASF/Ryzhehvost.CaseInsensitiveASF.csproj @@ -2,8 +2,8 @@ Ryzhehvost - 0.1 - netcoreapp2.2;net472 + 0.2 + netcoreapp3.0;net48 diff --git a/build.bat b/build.bat index 980ab74..a4fcd37 100644 --- a/build.bat +++ b/build.bat @@ -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" \ No newline at end of file +dotnet publish -c "Release" -f "netcoreapp3.0" -o "out/generic" "/p:LinkDuringPublish=false" \ No newline at end of file