Skip to content

Commit 2f0a07a

Browse files
committed
update to dotnet 3.0
1 parent ab21fd8 commit 2f0a07a

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

ASFAchievementManager/ASFAchievementManager.csproj

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

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

99
<ItemGroup>
1010
<PackageReference Include="System.Composition.AttributedModel" Version="1.3.0" />
1111
</ItemGroup>
1212

13+
<ItemGroup>
14+
<Reference Include="SteamKit2">
15+
<HintPath>..\ArchiSteamFarm\ArchiSteamFarm\lib\SteamKit2.dll</HintPath>
16+
</Reference>
17+
</ItemGroup>
18+
1319
<ItemGroup>
1420
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" />
1521
</ItemGroup>

ArchiSteamFarm

Submodule ArchiSteamFarm updated 116 files

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
del .\ASFAchievementManager\*.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 .\ASFAchievementManager\ASF-Achievement-Manager.zip ASF-Achievement-Manager-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)