.NET Core 3.1 (#1535)

* .NET Core 3.1

* Misc
This commit is contained in:
Łukasz Domeradzki
2019-12-04 18:33:51 +01:00
committed by GitHub
parent fcf619340f
commit 44e062bce0
10 changed files with 26 additions and 26 deletions

2
cc.sh
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -eu
TARGET_FRAMEWORK="netcoreapp3.0"
TARGET_FRAMEWORK="netcoreapp3.1"
MAIN_PROJECT="ArchiSteamFarm"
TESTS_PROJECT="${MAIN_PROJECT}.Tests"