File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" System.Composition.AttributedModel" Version =" 1.3.0" />
11
11
</ItemGroup >
12
12
13
+ <ItemGroup >
14
+ <Reference Include =" SteamKit2" >
15
+ <HintPath >..\ArchiSteamFarm\ArchiSteamFarm\lib\SteamKit2.dll</HintPath >
16
+ </Reference >
17
+ </ItemGroup >
18
+
13
19
<ItemGroup >
14
20
<ProjectReference Include =" ..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" />
15
21
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
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"
3
3
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"
You can’t perform that action at this time.
0 commit comments