diff --git a/Common.props b/Common.props index 92ffc62..6655352 100644 --- a/Common.props +++ b/Common.props @@ -11,7 +11,7 @@ git icon.png - readme.md + true @@ -26,7 +26,7 @@ - + \ No newline at end of file diff --git a/build/_build.csproj b/build/_build.csproj index 7fc1738..375bea2 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net5.0 CS0649;CS0169 .. diff --git a/global.json b/global.json index ef37b67..c490086 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.100", + "version": "5.0.104", "rollForward": "latestFeature" } } \ No newline at end of file