Skip to content

Commit 1350a30

Browse files
author
Frank Wagner
committed
added nuget building
1 parent 7a68b0d commit 1350a30

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/Dbosoft.Functional/Dbosoft.Functional.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>1.1.0</Version>
6+
<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>
715
</PropertyGroup>
816

917
<ItemGroup>

0 commit comments

Comments
 (0)