Skip to content

Commit

Permalink
Merge pull request #900 from sn4k3/dependabot/nuget/UVtools.Core/Syst…
Browse files Browse the repository at this point in the history
…em.Text.Json-8.0.4

Bump System.Text.Json from 8.0.3 to 8.0.4 in /UVtools.Core
  • Loading branch information
sn4k3 committed Jul 9, 2024
2 parents 2cf889e + 1c305b5 commit b888a83
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions UVtools.Core/UVtools.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>$(UVtoolsVersion)</Version>

<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>..\documentation\$(AssemblyName).xml</DocumentationFile>

<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Voxel\MarchingCubesTable.cs" />
</ItemGroup>

<ItemGroup>
<None Include="Voxel\MarchingCubesTable.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AnimatedGif" Version="1.0.5" />
<PackageReference Include="BinarySerializer" Version="8.6.4.1" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="Emgu.CV" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.macos" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.ubuntu-x64" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.windows" Version="4.8.1.5350" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="KdTree" Version="1.4.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

<Target Name="PreparePackageReleaseNotesFromFile" BeforeTargets="GenerateNuspec" Condition="Exists('..\RELEASE_NOTES.md')">
<ReadLinesFromFile File="..\RELEASE_NOTES.md">
<Output TaskParameter="Lines" ItemName="ReleaseNoteLines" />
</ReadLinesFromFile>
<PropertyGroup>
<PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
</PropertyGroup>
</Target>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>$(UVtoolsVersion)</Version>

<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>..\documentation\$(AssemblyName).xml</DocumentationFile>

<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Voxel\MarchingCubesTable.cs" />
</ItemGroup>

<ItemGroup>
<None Include="Voxel\MarchingCubesTable.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AnimatedGif" Version="1.0.5" />
<PackageReference Include="BinarySerializer" Version="8.6.4.1" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="Emgu.CV" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.macos" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.ubuntu-x64" Version="4.8.1.5350" />
<PackageReference Include="Emgu.CV.runtime.mini.windows" Version="4.8.1.5350" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="KdTree" Version="1.4.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<Target Name="PreparePackageReleaseNotesFromFile" BeforeTargets="GenerateNuspec" Condition="Exists('..\RELEASE_NOTES.md')">
<ReadLinesFromFile File="..\RELEASE_NOTES.md">
<Output TaskParameter="Lines" ItemName="ReleaseNoteLines" />
</ReadLinesFromFile>
<PropertyGroup>
<PackageReleaseNotes>@(ReleaseNoteLines, '%0a')</PackageReleaseNotes>
</PropertyGroup>
</Target>

</Project>

0 comments on commit b888a83

Please sign in to comment.