Skip to content

Commit 0bbd949

Browse files
committed
update to dotnet 3.0
1 parent c994ae9 commit 0bbd949

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ArchiSteamFarm

Submodule ArchiSteamFarm updated 166 files

Ryzhehvost.CaseInsensitiveASF/Ryzhehvost.CaseInsensitiveASF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Authors>Ryzhehvost</Authors>
5-
<AssemblyVersion>0.1</AssemblyVersion>
6-
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
5+
<AssemblyVersion>0.2</AssemblyVersion>
6+
<TargetFrameworks>netcoreapp3.0;net48</TargetFrameworks>
77
</PropertyGroup>
88

99
<ItemGroup>

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
del .\Ryzhehvost.CaseInsensitiveASF\*.zip
2-
dotnet publish -c "Release" -f "net472" -o "out/generic-netf"
2+
dotnet publish -c "Release" -f "net48" -o "out/generic-netf"
33
rename .\Ryzhehvost.CaseInsensitiveASF\CaseInsensitiveASF.zip CaseInsensitiveASF-netf.zip
4-
dotnet publish -c "Release" -f "netcoreapp2.2" -o "out/generic" "/p:LinkDuringPublish=false"
4+
dotnet publish -c "Release" -f "netcoreapp3.0" -o "out/generic" "/p:LinkDuringPublish=false"

0 commit comments

Comments
 (0)