Skip to content

Commit acb2fd3

Browse files
authoredDec 5, 2024··
Merge pull request #15 from sj-distributor/dotnet9
Upgrade to dotnet9
2 parents 6229030 + 589f13a commit acb2fd3

File tree

92 files changed

+884
-1266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+884
-1266
lines changed
 

‎.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 7.0.x
22+
dotnet-version: 9.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![.NET](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml/badge.svg)](https://github.com/sj-distributor/Wax/actions/workflows/dotnet.yml)
44
[![Nuget](https://img.shields.io/nuget/v/Wax.Template)](https://www.nuget.org/packages/Wax.Template)
55

6-
WilTechs Architecture Solution Template for .NET 7
6+
WilTechs Architecture Solution Template for .NET 9
77

88
## Getting Started
99

0 commit comments

Comments
 (0)
Please sign in to comment.