Skip to content

Commit

Permalink
Feature/remove system text json (#3)
Browse files Browse the repository at this point in the history
* fix: remove system.text.json
  • Loading branch information
maranmaran authored Jun 16, 2023
1 parent 42d601f commit 82fedbf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>Marko Urh</Authors>
<Company>Perun</Company>
<Copyright>Copyright (c) 2023 Marko Urh and other authors.</Copyright>
Expand Down
1 change: 0 additions & 1 deletion source/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project>
<ItemGroup>
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0" />
<PackageReference Update="System.Text.Json" Version="6.0.7" />
<!-- Unit and integration test dependencies: -->
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Update="coverlet.collector" Version="3.2.0" />
Expand Down
1 change: 0 additions & 1 deletion source/Perun.Differ/Perun.Differ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" VersionOverride="1.1.1" PrivateAssets="All" />
<PackageReference Include="JetBrains.Annotations" VersionOverride="2022.3.1" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

</Project>

0 comments on commit 82fedbf

Please sign in to comment.