Skip to content

Commit

Permalink
Use unsigned YamlDotNet
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Oct 31, 2018
1 parent b8ff0ae commit ab00cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ src/packages/Newtonsoft.Json**
/src/NJsonSchema.CodeGeneration.Tests2
*.vspx
/src/TestResults
/src/.cr/*
4 changes: 2 additions & 2 deletions src/NJsonSchema.Yaml/NJsonSchema.Yaml.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
<Description>JSON Schema reader, generator and validator for .NET</Description>
Expand All @@ -19,6 +19,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
<PackageReference Include="YamlDotNet.Signed" Version="5.0.1" />
<PackageReference Include="YamlDotNet" Version="5.0.1" />
</ItemGroup>
</Project>

0 comments on commit ab00cc6

Please sign in to comment.