We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a68b0d commit 1350a30Copy full SHA for 1350a30
1 file changed
src/Dbosoft.Functional/Dbosoft.Functional.csproj
@@ -1,9 +1,17 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
- <Version>1.1.0</Version>
+ <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
7
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
8
+ <PackageProjectUrl>https://github.com/dbosoft/Dbosoft.Functional</PackageProjectUrl>
9
+ <Copyright>dbosoft GmbH</Copyright>
10
+ <Authors>Frank Wagner</Authors>
11
+ <Company>dbosoft GmbH</Company>
12
+ <Product>Dbosoft.Functional</Product>
13
+ <RepositoryUrl>https://github.com/dbosoft/Dbosoft.Functional</RepositoryUrl>
14
+ <PackageId>Dbosoft.Functional</PackageId>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments