Skip to content

Commit

Permalink
Add global.json to set version to 8.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
Eilon committed Feb 9, 2024
1 parent a40c347 commit 60bfb52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MauiCSharpInteropWebView.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiCSharpInteropWebView",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HybridWebView", "HybridWebView\HybridWebView.csproj", "{26622B8F-47C1-479C-828B-7E0434DB5E87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiReactJSHybridApp", "MauiReactJSHybridApp\MauiReactJSHybridApp.csproj", "{9B164FED-BBE0-4E85-957D-7DEC74C6C792}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiReactJSHybridApp", "MauiReactJSHybridApp\MauiReactJSHybridApp.csproj", "{9B164FED-BBE0-4E85-957D-7DEC74C6C792}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{985C1BD2-E6D9-445E-B6C4-475AF0515D52}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.100"
}
}

0 comments on commit 60bfb52

Please sign in to comment.