Skip to content

Commit bece593

Browse files
committed
Update to .NET 10, VS 18, and include workflow in solution
Upgrade build to .NET 10, update to Visual Studio 18, and add workflow file to solution items. .NET and Visual Studio version updates -- Update GitHub Actions workflow to use .NET 10.0.x (prerelease) instead of 8.0.x for building and packing. -- Update SmartValidations.sln to use Visual Studio Version 18 instead of 17. Solution file improvements -- Add .github/workflows/smart-validations.yml as a solution item in SmartValidations.sln.
1 parent 2f2efbf commit bece593

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/smart-validations.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@v3
2020
with:
21-
dotnet-version: '8.0.x'
21+
dotnet-version: '10.0.x'
2222
include-prerelease: true
2323

2424
- name: Build and pack SmartValidations

SmartValidations.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31903.59
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.3.11310.294 d18.3
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoyalCode.SmartValidations", "RoyalCode.SmartValidations\RoyalCode.SmartValidations.csproj", "{70F02EEE-23ED-447F-9543-F2A31D8149DC}"
77
EndProject
@@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".items", ".items", "{132AE6
1111
ProjectSection(SolutionItems) = preProject
1212
Directory.Build.props = Directory.Build.props
1313
libs.targets = libs.targets
14+
.github\workflows\smart-validations.yml = .github\workflows\smart-validations.yml
1415
EndProjectSection
1516
EndProject
1617
Global

0 commit comments

Comments
 (0)