Skip to content

Commit 962b1db

Browse files
OsirisTerjeCopilot
andauthored
Upgrade dotnet 10 (#21)
* Save work before starting dotnet-version-upgrade * Commit changes before fixing global.json file(s). * Upgraded to 5.0.0-alpha.100.20 and .net 10. Also CPM. * UPdated assertsyntax * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Updated and fixed comments * CLeanup --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 637aa01 commit 962b1db

13 files changed

Lines changed: 576 additions & 140 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# This workflow will build a .NET project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
1+
name: Samples.CI
32

4-
name: .NET
5-
6-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
74

85
jobs:
96
build:
@@ -15,7 +12,7 @@ jobs:
1512
- name: Setup .NET
1613
uses: actions/setup-dotnet@v3
1714
with:
18-
dotnet-version: 6.0.x
15+
dotnet-version: 10.0.x
1916
- name: Restore dependencies
2017
run: dotnet restore
2118
- name: Build

0 commit comments

Comments
 (0)