Skip to content

Commit 1f20224

Browse files
Dirk KeizerDirk Keizer
Dirk Keizer
authored and
Dirk Keizer
committedFeb 25, 2021
upgrade to support other target frameworks
1 parent 9032e88 commit 1f20224

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎SpeciFire.DependencyInjection/SpeciFire.DependencyInjection.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net50</TargetFrameworks>
55
<Description>Dependency injection extension for SpeciFire. SpeciFire implements the specification pattern and extends this to the rules pattern and validation pattern, both of them available in this package.</Description>
66
<PackageLicenseFile>LICENSE</PackageLicenseFile>
77
<PackageProjectUrl>https://github.com/emprax/SpeciFire</PackageProjectUrl>
88
<PackageIcon>SpeciFire(logo).png</PackageIcon>
99
<RepositoryUrl>https://github.com/emprax/SpeciFire</RepositoryUrl>
1010
<PackageTags>specification, specification pattern, design patterns, rules, rules engine, rules pattern, validation, validation pattern</PackageTags>
1111
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12+
<Version>1.0.1</Version>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

‎SpeciFire/SpeciFire.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.1</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net50</TargetFrameworks>
55
<Description>SpeciFire implements the specification pattern and extends this to the rules pattern and validation pattern, both of them available in this package.</Description>
66
<PackageLicenseFile>LICENSE</PackageLicenseFile>
77
<PackageProjectUrl>https://github.com/emprax/SpeciFire</PackageProjectUrl>
88
<PackageIcon>SpeciFire(logo).png</PackageIcon>
99
<RepositoryUrl>https://github.com/emprax/SpeciFire</RepositoryUrl>
1010
<PackageTags>specification, specification pattern, design patterns, rules, rules engine, rules pattern, validation, validation pattern</PackageTags>
1111
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13+
<Version>1.0.1</Version>
1214
</PropertyGroup>
1315

1416
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.