Skip to content

Commit

Permalink
Updated version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Dec 25, 2023
1 parent eb461df commit f93c902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- General information -->
<PropertyGroup>
<Authors>Ugo Lattanzi</Authors>
<VersionPrefix>10.0.1</VersionPrefix>
<VersionPrefix>10.0.2</VersionPrefix>
<!--
<VersionSuffix>pre</VersionSuffix>
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MemoryPack" Version="1.9.16" />
<PackageReference Include="MemoryPack" Version="1.10.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand All @@ -16,10 +16,10 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="MemoryPack.Core" Version="1.9.16" />
<PackageReference Include="MemoryPack.Core" Version="1.10.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="MemoryPack.Core" Version="1.9.16" />
<PackageReference Include="MemoryPack.Core" Version="1.10.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit.categories" Version="2.0.8" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="Divergic.Logging.Xunit" Version="4.2.0" />
<PackageReference Include="Divergic.Logging.Xunit" Version="4.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit f93c902

Please sign in to comment.