Skip to content

Commit

Permalink
Bump Mono.TextTemplating and xunit.runner.visualstudio (#494)
Browse files Browse the repository at this point in the history
* Bump Mono.TextTemplating and xunit.runner.visualstudio

* Bump version
  • Loading branch information
IhateTrains authored Sep 8, 2024
1 parent 36f03e5 commit 66bf97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commonItems.UnitTests/commonItems.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.30">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions commonItems/commonItems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageId>PGCG.$(AssemblyName)</PackageId>
<Version>12.5.0</Version>
<Version>12.5.1</Version>
<Authors>PGCG</Authors>
<PackageProjectUrl>https://github.com/ParadoxGameConverters/commonItems.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/ParadoxGameConverters/commonItems.NET</RepositoryUrl>
Expand Down Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="IcgSoftware.IntToOrdinalNumber" Version="1.0.0" />
<PackageReference Include="log4net" Version="2.0.17" />
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
<PackageReference Include="Mono.TextTemplating" Version="2.3.1" />
<PackageReference Include="Mono.TextTemplating" Version="3.0.0" />
<PackageReference Include="NCalcSync" Version="5.2.8" />
<PackageReference Include="Open.Collections" Version="3.2.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
Expand Down

0 comments on commit 66bf97f

Please sign in to comment.