Skip to content

Commit c8b4c44

Browse files
authored
Update package versions in project files (#453)
* Updated `System.Text.Json` to `9.0.0` in `SmartFormat.Extensions.System.Text.Json.csproj`. * Updated `Microsoft.NET.Test.Sdk` to `17.12.0`, `NUnit.Analyzers` to `4.4.0`, and `FluentAssertions` to `7.0.0` in `SmartFormat.Tests.csproj`. * Updated `System.Memory` to `4.6.0` in `SmartFormat.csproj`.
1 parent 7eaca13 commit c8b4c44

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/SmartFormat.Extensions.System.Text.Json/SmartFormat.Extensions.System.Text.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It uses extensions to provide named placeholders, localization, pluralization, g
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netStandard2.0' or '$(TargetFramework)' == 'netStandard2.1'">
17-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
17+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/SmartFormat.Tests/SmartFormat.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="NUnit" Version="4.2.2" />
20-
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
20+
<PackageReference Include="NUnit.Analyzers" Version="4.4.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
2424
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
25-
<PackageReference Include="FluentAssertions" Version="6.12.1" />
25+
<PackageReference Include="FluentAssertions" Version="7.0.0" />
2626
</ItemGroup>
2727

2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

src/SmartFormat/SmartFormat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It uses extensions to provide named placeholders, localization, pluralization, g
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netStandard2.0'">
30-
<PackageReference Include="System.Memory" Version="4.5.5" />
30+
<PackageReference Include="System.Memory" Version="4.6.0" />
3131
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
3232
</ItemGroup>
3333

0 commit comments

Comments
 (0)