Skip to content

Commit 37e5c1a

Browse files
committed
Update GitHub Actions to .NET 10, add workflow and docs to solution
.NET version upgrade and solution maintenance -- Updated GitHub Actions workflow to use .NET 10.0.x instead of 9.0.x. -- Changed VisualStudioVersion in SmartSelector.sln to 18.0.11018.127. -- Added .github/copilot-instructions.md and .github/workflows/smart-select.yml as solution items for better documentation and CI visibility.
1 parent 68a60ee commit 37e5c1a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/smart-select.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: '9.0.x'
21+
dotnet-version: '10.0.x'
2222

2323
- name: Build and pack SmartSearch Abstractions
2424
run: dotnet build ./src/RoyalCode.SmartSelector/RoyalCode.SmartSelector.csproj -c Release -o ./publish/RoyalCode.SmartSelector

src/SmartSelector.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoyalCode.SmartSelector", "
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
99
ProjectSection(SolutionItems) = preProject
10+
.github\copilot-instructions.md = .github\copilot-instructions.md
1011
Directory.Build.props = Directory.Build.props
1112
docs.md = docs.md
1213
libs.targets = libs.targets
1314
..\README.md = ..\README.md
15+
..\.github\workflows\smart-select.yml = ..\.github\workflows\smart-select.yml
1416
tests.targets = tests.targets
1517
EndProjectSection
1618
EndProject

0 commit comments

Comments
 (0)