File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
DotNet.Extensions.Require Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/setup-dotnet@v2
18
18
with :
19
19
dotnet-version : |
20
+ 7.0.x
20
21
6.0.x
21
22
- name : Restore dependencies
22
23
run : dotnet restore
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-dotnet@v2
16
16
with :
17
17
dotnet-version : |
18
+ 7.0.x
18
19
6.0.x
19
20
- name : Build Release
20
21
run : dotnet build -c Release
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net6.0</TargetFrameworks >
4
- <LangVersion >10 .0</LangVersion >
3
+ <TargetFrameworks >net7.0; net6.0</TargetFrameworks >
4
+ <LangVersion >11 .0</LangVersion >
5
5
6
6
<Nullable >enable</Nullable >
7
7
<ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 5
5
<Description >☑ Require Expressions - A pre-condition checks library 📦 for .Net via extensions methods on types.</Description >
6
6
<PackageTags >preconditions;require;guard;code-contracts;argument-checks;extension-methods</PackageTags >
7
7
8
- <Version >1.2 .0</Version >
8
+ <Version >1.3 .0</Version >
9
9
<Authors >Andrej Dyck</Authors >
10
10
11
11
<PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments