From 8e1d26d81695aeca3ba5248b3e8a10fa6efa24e5 Mon Sep 17 00:00:00 2001 From: code liturgy Date: Fri, 18 Nov 2022 19:53:27 +0000 Subject: [PATCH] Bump mapto --- CodeLiturgy.Views/CodeLiturgy.Views.csproj | 4 ++-- CodeLiturgy/CodeLiturgy.csproj | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CodeLiturgy.Views/CodeLiturgy.Views.csproj b/CodeLiturgy.Views/CodeLiturgy.Views.csproj index d4fbe35..238e4e2 100644 --- a/CodeLiturgy.Views/CodeLiturgy.Views.csproj +++ b/CodeLiturgy.Views/CodeLiturgy.Views.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 disable enable Linux @@ -10,7 +10,7 @@ - + diff --git a/CodeLiturgy/CodeLiturgy.csproj b/CodeLiturgy/CodeLiturgy.csproj index 4144785..79595ef 100644 --- a/CodeLiturgy/CodeLiturgy.csproj +++ b/CodeLiturgy/CodeLiturgy.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 enable disable PerformanceSolution diff --git a/global.json b/global.json index 9e5e1fd..87aef9f 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "version": "6.0.0", "rollForward": "latestMajor", - "allowPrerelease": true + "allowPrerelease": false } } \ No newline at end of file