2.4.1: Target .NET 5.0 to simplify release packaging

pull/225/head DepotDownloader_2.4.1
Ryan Kistner 4 years ago
parent cb5c6c8a65
commit 36b9684eb2

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>

@ -31,4 +31,4 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.1.0")]

@ -1,7 +1,7 @@
DepotDownloader
===============
Steam depot downloader utilizing the SteamKit2 library. Supports .NET Core 2.0
Steam depot downloader utilizing the SteamKit2 library. Supports .NET 5.0
### Downloading one or all depots for an app
```

Loading…
Cancel
Save