diff --git a/Source/Boxed.AspNetCore.Swagger/Boxed.AspNetCore.Swagger.csproj b/Source/Boxed.AspNetCore.Swagger/Boxed.AspNetCore.Swagger.csproj index ac8be21a..746b8bed 100644 --- a/Source/Boxed.AspNetCore.Swagger/Boxed.AspNetCore.Swagger.csproj +++ b/Source/Boxed.AspNetCore.Swagger/Boxed.AspNetCore.Swagger.csproj @@ -21,12 +21,12 @@ - + - + diff --git a/Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj b/Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj index 0e706cbd..c2480b7f 100644 --- a/Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj +++ b/Source/Boxed.DotnetNewTest/Boxed.DotnetNewTest.csproj @@ -16,11 +16,11 @@ - + - + diff --git a/global.json b/global.json index 2374c625..797c3e5d 100644 --- a/global.json +++ b/global.json @@ -2,6 +2,6 @@ "sdk": { "allowPrerelease": false, "rollForward": "latestMajor", - "version": "7.0.302" + "version": "7.0.306" } }