Skip to content

Commit 3256f6f

Browse files
committed
net5.0 and net 6.0 break ci
1 parent 4d08114 commit 3256f6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CodingSeb.ExpressionEvaluator.Tests/CodingSeb.ExpressionEvaluator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Company>Coding Seb</Company>
55
<Product>CodingSeb.ExpressionEvaluator.Tests</Product>
66
<Copyright>Copyright © Coding Seb 2018</Copyright>
7-
<TargetFrameworks>net47;netcoreapp2.1</TargetFrameworks>
7+
<TargetFrameworks>net47;netcoreapp3.1</TargetFrameworks>
88
<UserSecretsId>c4ac27fa-8b9c-4784-a284-7a9a06320537</UserSecretsId>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>

CodingSeb.ExpressionEvaluator/CodingSeb.ExpressionEvaluator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<PackageIcon>Icon.png</PackageIcon>
2222
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2323
<PackageReleaseNotes>* net45 target is now net462 because (net45 is not supported anymore)
24-
* Add net5.0 and net6.0 as target
2524
* Match function arguments considering implicit casts</PackageReleaseNotes>
2625
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2726
<RepositoryUrl>https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl>

0 commit comments

Comments
 (0)