Skip to content

Commit

Permalink
build: Upgrade from .NET 4.5 to 4.7.2
Browse files Browse the repository at this point in the history
Support for .NET 4.7.2 was added in Mono 5.18 per
<https://www.mono-project.com/docs/about-mono/releases/5.18.0/>.

The main CVN servers in Wikimedia Cloud run on Mono 5.16
from mono-project's apt sources, but those same sources have
been updated since we provisioned the server and now provide
latest Mono 6.8 even for Debian 9 Stretch.

This change is blocked on upgrading the servers first.

Ref #13.
  • Loading branch information
Krinkle committed Jun 8, 2020
1 parent 11c67cd commit 08e075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CVNBot/CVNBot.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="restore;Clean;Build">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net472</TargetFramework>
<PackageVersion>1.0.0.0</PackageVersion>
<!-- [Restore pre-2017 behaviour]
Output to "bin/Release", not "bin/Release/:TargetFramework". s-->
Expand Down

0 comments on commit 08e075e

Please sign in to comment.