File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ > ** Note**
6
+ > This version drops support for .NET 5 which is no longer supported, but it will continue to work with .NET 5 SDKs.
7
+
5
8
### Added
6
9
7
10
- Ability to run multiple scripts in a single call (e.g. ` dotnet r build test pack ` ) ([ #10 ] ( https://github.com/xt0rted/dotnet-run-script/pull/10 ) )
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.1;net5.0; net6.0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3.1;net6.0</TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11
11
"build" : " dotnet build" ,
12
12
"test" : " dotnet test --no-build --logger \" trx;LogFilePrefix=tests\" --results-directory \" ./coverage\" " ,
13
13
"test:31" : " dotnet r test -- --framework netcoreapp3.1" ,
14
- "test:5" : " dotnet r test -- --framework net5.0" ,
15
14
"test:6" : " dotnet r test -- --framework net6.0" ,
16
15
17
16
"testbase" : " dotnet test --no-build --logger \" trx;LogFilePrefix=tests\" --results-directory \" ./coverage\" " ,
You can’t perform that action at this time.
0 commit comments