-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump nodatime from 3.1.9 to 3.1.11 (#44)
- Loading branch information
1 parent
284c9b2
commit 5fa71f7
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<PackageId>Styra.Opa</PackageId> | ||
<Version>0.8.0</Version> | ||
<Authors>Styra</Authors> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<NoWarn>1591</NoWarn> | ||
<RepositoryUrl>https://github.com/StyraInc/opa-csharp</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../../README.md" Pack="true" PackagePath="/" /> | ||
<None Include="../../docs/*" Pack="true" PackagePath="/docs" /> | ||
|
||
<PackageReference Include="newtonsoft.json" Version="13.0.3" /> | ||
<PackageReference Include="nodatime" Version="3.1.9" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<PackageId>Styra.Opa</PackageId> | ||
<Version>0.8.0</Version> | ||
<Authors>Styra</Authors> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<NoWarn>1591</NoWarn> | ||
<RepositoryUrl>https://github.com/StyraInc/opa-csharp</RepositoryUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="../../README.md" Pack="true" PackagePath="/" /> | ||
<None Include="../../docs/*" Pack="true" PackagePath="/docs" /> | ||
|
||
<PackageReference Include="newtonsoft.json" Version="13.0.3" /> | ||
<PackageReference Include="nodatime" Version="3.1.11" /> | ||
</ItemGroup> | ||
</Project> |