summarylogtreecommitdiffstats
path: root/DepotDownloader.csproj.patch
diff options
context:
space:
mode:
Diffstat (limited to 'DepotDownloader.csproj.patch')
-rw-r--r--DepotDownloader.csproj.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/DepotDownloader.csproj.patch b/DepotDownloader.csproj.patch
new file mode 100644
index 000000000000..dbbaeb8b13c8
--- /dev/null
+++ b/DepotDownloader.csproj.patch
@@ -0,0 +1,13 @@
+diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj
+index e56e462f..04e374e4 100644
+--- a/DepotDownloader/DepotDownloader.csproj
++++ b/DepotDownloader/DepotDownloader.csproj
+@@ -1,7 +1,7 @@
+ <Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+- <TargetFramework>netcoreapp2.0</TargetFramework>
++ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+ </PropertyGroup>
+ <ItemGroup>