Skip to content

Commit e44719e

Browse files
authored
Force use previous -7.0.203 SDK (#212)
* Creation Of MudCombobox * Revert "Creation Of MudCombobox" This reverts commit 867f908. * Use 7.0.203 Sdk
1 parent 9e222f0 commit e44719e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CodeBeamMudExtensions.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBeam.MudBlazor.Extensio
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBeam.MudBlazor.Extensions.UnitTests.Viewer", "CodeBeam.MudBlazor.Extensions.UnitTests.Viewer\CodeBeam.MudBlazor.Extensions.UnitTests.Viewer.csproj", "{590CCBEC-3D84-42C8-A925-C0CD2135268C}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42A7CB80-994B-49A1-A4B8-E2162F54E67B}"
19+
ProjectSection(SolutionItems) = preProject
20+
global.json = global.json
21+
EndProjectSection
22+
EndProject
1823
Global
1924
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2025
Debug|Any CPU = Debug|Any CPU

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "7.0.203"
4+
}
5+
}

0 commit comments

Comments
 (0)