Skip to content

Commit

Permalink
set Version 4.7.0 for System.Text.Json (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonovdd authored Jan 21, 2022
1 parent 40c7829 commit 7ce4b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CompactJson/MSBuild.CompactJsonResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PackageId>MSBuild.CompactJsonResources</PackageId>
<PackageTags>MSBuild, Json</PackageTags>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Authors>dimonovdd</Authors>
<Owners>dimonovdd</Owners>
<Description>Compact Json data by removing whitespaces before building</Description>
Expand All @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Build.Framework" Version="16.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.11.0" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="5.0.2" PrivateAssets="all" />
<PackageReference Include="System.Text.Json" Version="4.7.0" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE" PackagePath="" Pack="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/TestMSBuildTasks/TestMSBuildTasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<JsonEmbeddedResource Include="/Users/dmitriidimov/Documents/projects/TestMSBuildTasks/TestMSBuildTasks/AbsoluteResFolder/absolutePath.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSBuild.CompactJsonResources" Version="1.0.1" PrivateAssets="all"/>
<PackageReference Include="MSBuild.CompactJsonResources" Version="1.0.2" PrivateAssets="all"/>
</ItemGroup>
<!--<Import Project="..\CompactJson\bin\$(Configuration)\netstandard2.1\MSBuild.CompactJsonResources.targets" />-->
</Project>

0 comments on commit 7ce4b10

Please sign in to comment.