Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent 2d19718 commit 7d3e13c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
with:
submodules: recursive

- name: Setup .NET 7
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100

- name: Install wasm-tools
run: dotnet workload install wasm-tools wasm-experimental
run: dotnet workload install wasm-tools

- name: Install DotNetCompress
run: dotnet tool install --global DotNetCompress --version 1.0.0-preview.7 --no-cache
Expand Down
2 changes: 1 addition & 1 deletion Solitaire.Browser/AppBundle/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const dotnetRuntime = await dotnet

const config = dotnetRuntime.getConfig();

await dotnetRuntime.runMainAndExit(config.mainAssemblyName, [window.location.search]);
await dotnetRuntime.runMain(config.mainAssemblyName, [window.location.search]);
1 change: 1 addition & 0 deletions Solitaire.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{7612299B
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
.github\workflows\azure-swa.yml = .github\workflows\azure-swa.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solitaire.Browser", "Solitaire.Browser\Solitaire.Browser.csproj", "{9CA615F0-68DC-4D8A-8C63-AB32ADD25BF5}"
Expand Down

0 comments on commit 7d3e13c

Please sign in to comment.