Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .generated.NoMobile.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<File Path=".github/workflows/release.yml" />
<File Path=".github/workflows/update-deps.yml" />
<File Path=".github/workflows/vulnerabilities.yml" />
<File Path=".github/workflows/playwright-blazor-wasm.yml" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/Sentry.Benchmarks/Sentry.Benchmarks.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
sudo chmod -R a+rw /usr/share/dotnet

- name: Install .NET SDK
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
with:
global-json-file: global.json
dotnet-version: |
Expand All @@ -102,7 +102,7 @@ runs:
# .NET 5.0 does not support ARM64 on macOS
- name: Install .NET 5.0 SDK
if: ${{ runner.os != 'macOS' || runner.arch != 'ARM64' }}
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
with:
dotnet-version: 5.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-blazor-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
submodules: recursive

- name: Install .NET SDK
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
with:
global-json-file: global.json

Expand Down
1 change: 1 addition & 0 deletions Sentry.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<File Path=".github/workflows/release.yml" />
<File Path=".github/workflows/update-deps.yml" />
<File Path=".github/workflows/vulnerabilities.yml" />
<File Path=".github/workflows/playwright-blazor-wasm.yml" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/Sentry.Benchmarks/Sentry.Benchmarks.csproj" />
Expand Down
Loading