Skip to content

Commit

Permalink
update to dotnet 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist committed Oct 12, 2019
1 parent ab21fd8 commit 2f0a07a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ASFAchievementManager/ASFAchievementManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

<PropertyGroup>
<Authors>Ryzhehvost</Authors>
<AssemblyVersion>0.1.0.2</AssemblyVersion>
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<TargetFrameworks>netcoreapp3.0;net48</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Composition.AttributedModel" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="SteamKit2">
<HintPath>..\ArchiSteamFarm\ArchiSteamFarm\lib\SteamKit2.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ArchiSteamFarm
Submodule ArchiSteamFarm updated 116 files
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
del .\ASFAchievementManager\*.zip
dotnet publish -c "Release" -f "net472" -o "out/generic-netf"
dotnet publish -c "Release" -f "net48" -o "out/generic-netf"
rename .\ASFAchievementManager\ASF-Achievement-Manager.zip ASF-Achievement-Manager-netf.zip
dotnet publish -c "Release" -f "netcoreapp2.2" -o "out/generic" "/p:LinkDuringPublish=false"
dotnet publish -c "Release" -f "netcoreapp3.0" -o "out/generic" "/p:LinkDuringPublish=false"

0 comments on commit 2f0a07a

Please sign in to comment.