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