-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to .net8 / marten 7 / NUnit
- Loading branch information
1 parent
974866b
commit 67729ae
Showing
5 changed files
with
45 additions
and
43 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/.idea/.idea.MartenDotNetTestTemplate/.idea/jsLibraryMappings.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
21 changes: 12 additions & 9 deletions
21
src/MartenDotNetTestTemplate.Tests/MartenDotNetTestTemplate.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
global using Xunit; | ||
global using NUnit.Framework; | ||
global using Shouldly; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "7.0.0", | ||
"version": "8.0.0", | ||
"rollForward": "latestMinor", | ||
"allowPrerelease": true | ||
} | ||
|