Skip to content

Commit f6338a8

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
package for json proj
1 parent 08f88ae commit f6338a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Community.AspNetCore.ExceptionHandling.NewtonsoftJson/Community.AspNetCore.ExceptionHandling.NewtonsoftJson.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<AssemblyVersion>2.0.0.0</AssemblyVersion>
1212
<Version>2.0.0</Version>
1313
<Company />
14+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
dotnet restore .\Commmunity.AspNetCore.sln
1+
dotnet restore .\Community.AspNetCore.sln
22

3-
dotnet build .\Commmunity.AspNetCore.sln -c Release
3+
dotnet build .\Community.AspNetCore.sln -c Release

0 commit comments

Comments
 (0)