Skip to content

Commit

Permalink
tech: use latest SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
shuebner committed Jan 31, 2023
1 parent e62409a commit 070b0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ClosedTypeHierarchyDiagnosticSuppressor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60F51DB5-2BCC-4800-93D2-6B8604FD2DDF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClosedTypeHierarchyDiagnosticSuppressor.Tests", "ClosedTypeHierarchyDiagnosticSuppressor.Tests\ClosedTypeHierarchyDiagnosticSuppressor.Tests.csproj", "{86A9C76C-96A2-4085-BCDF-C92E2CE4019B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClosedTypeHierarchyDiagnosticSuppressor.Tests", "ClosedTypeHierarchyDiagnosticSuppressor.Tests\ClosedTypeHierarchyDiagnosticSuppressor.Tests.csproj", "{86A9C76C-96A2-4085-BCDF-C92E2CE4019B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.300"
"version": "6.0.405"
}
}

0 comments on commit 070b0ea

Please sign in to comment.