Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek-galezowski committed Jul 16, 2024
1 parent fe6cb39 commit 6b25f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/netstandard2.0/BuildScript/rules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* hasNoCircularUsings
*Specification hasAttributesOn *Specification:Should*
AnyRoot hasProperty TargetFrameworks:net6.0;netstandard2.1
*Specification hasProperty TargetFramework:net7.0
*Specification hasProperty TargetFramework:net8.0
* hasProperty Nullable:enable
* hasProperty LangVersion:latest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6b25f2c

Please sign in to comment.