From cc55e386c950a645438a46fa9e583abfc5c9aa9d Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 7 Sep 2022 23:25:45 +0200 Subject: [PATCH] Upgrade generic-netf to .NET Framework 4.8.1 --- .github/workflows/publish.yml | 2 +- .../ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj | 2 +- .../ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj | 2 +- .../ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj | 2 +- ArchiSteamFarm/ArchiSteamFarm.csproj | 4 ++-- Directory.Build.props | 4 ++-- Directory.Packages.props | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a26bd08f3..b2a44aa05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ env: DOTNET_NOLOGO: true DOTNET_SDK_VERSION: 6.0.x NET_CORE_VERSION: net6.0 - NET_FRAMEWORK_VERSION: net48 + NET_FRAMEWORK_VERSION: net481 NODE_JS_VERSION: 'lts/*' STEAM_TOKEN_DUMPER_NAME: ArchiSteamFarm.OfficialPlugins.SteamTokenDumper STEAM_TOKEN_DUMPER_TOKEN: ${{ secrets.STEAM_TOKEN_DUMPER_TOKEN }} diff --git a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj index 7442be91d..d5ce83871 100644 --- a/ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj +++ b/ArchiSteamFarm.CustomPlugins.ExamplePlugin/ArchiSteamFarm.CustomPlugins.ExamplePlugin.csproj @@ -11,7 +11,7 @@ - + diff --git a/ArchiSteamFarm.CustomPlugins.PeriodicGC/ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj b/ArchiSteamFarm.CustomPlugins.PeriodicGC/ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj index 3ddaacb6c..7336522be 100644 --- a/ArchiSteamFarm.CustomPlugins.PeriodicGC/ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj +++ b/ArchiSteamFarm.CustomPlugins.PeriodicGC/ArchiSteamFarm.CustomPlugins.PeriodicGC.csproj @@ -9,7 +9,7 @@ - + diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj index bb17a1915..273c2a8b7 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper.csproj @@ -12,7 +12,7 @@ - + diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index 9cb082352..d25186f9d 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -25,11 +25,11 @@ - + - + diff --git a/Directory.Build.props b/Directory.Build.props index 9231ca3ed..248be076f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -31,7 +31,7 @@ true - + @@ -99,7 +99,7 @@ - net6.0;net48 + net6.0;net481 diff --git a/Directory.Packages.props b/Directory.Packages.props index a229b8d44..a6f7850c2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,11 +22,11 @@ - + - +