Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2021-09-02 09:26:33 +0300
committerLluis Sanchez <llsan@microsoft.com>2021-09-02 09:26:33 +0300
commitfcf0b8cda93d1805ba53c3ac3299995481191bec (patch)
treee220588f309d4beb2451bafc8ead61a30d6550a8
parentc7e6fbfaaec3fc23bc6a5848da6dc9d0d1aaccf7 (diff)
Target .NET Core 3.1 instead of .NET 6dev/lluis/track-api-changes
A .NET Core build will work with .NET 6, and provisioning it is easier
-rw-r--r--src/framework/GuiUnit_MT.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/GuiUnit_MT.csproj b/src/framework/GuiUnit_MT.csproj
index 3d0f533..fa75004 100644
--- a/src/framework/GuiUnit_MT.csproj
+++ b/src/framework/GuiUnit_MT.csproj
@@ -23,7 +23,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<SignAssembly>true</SignAssembly>
- <TargetFrameworks>net472;net6.0</TargetFrameworks>
+ <TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\..\bin</OutputPath>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>