From 048ebc047bc04af10e1f1f804478da98855e936a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 14 May 2020 09:41:10 +0200 Subject: [PATCH] [src] Use the latest C# version in project files. (#8590) --- src/xamios.tmpl.csproj | 1 + src/xammac.tmpl.csproj | 1 + src/xamtvos.tmpl.csproj | 1 + src/xamwatch.tmpl.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/src/xamios.tmpl.csproj b/src/xamios.tmpl.csproj index 0ed2fc13ae..d5b6ddd8a3 100644 --- a/src/xamios.tmpl.csproj +++ b/src/xamios.tmpl.csproj @@ -13,6 +13,7 @@ true ..\product.snk build\IDE\obj\iOS\$(Configuration) + latest true diff --git a/src/xammac.tmpl.csproj b/src/xammac.tmpl.csproj index 3818b52f1e..6985f43d96 100644 --- a/src/xammac.tmpl.csproj +++ b/src/xammac.tmpl.csproj @@ -13,6 +13,7 @@ true ..\product.snk build\IDE\obj\macOS-mobile\$(Configuration) + latest true diff --git a/src/xamtvos.tmpl.csproj b/src/xamtvos.tmpl.csproj index fb5fde3315..9f4b41be45 100644 --- a/src/xamtvos.tmpl.csproj +++ b/src/xamtvos.tmpl.csproj @@ -13,6 +13,7 @@ true ..\product.snk build\IDE\obj\tvOS\$(Configuration) + latest true diff --git a/src/xamwatch.tmpl.csproj b/src/xamwatch.tmpl.csproj index 11dc4dcdfa..8326374eb2 100644 --- a/src/xamwatch.tmpl.csproj +++ b/src/xamwatch.tmpl.csproj @@ -13,6 +13,7 @@ true ..\product.snk build\IDE\obj\watchOS\$(Configuration) + latest true