File tree Expand file tree Collapse file tree
src/StrEnum.System.Text.Json
test/StrEnum.System.Text.Json.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10 .0 AS build
22WORKDIR /source
33
44# copy csproj and restore as distinct layers
Original file line number Diff line number Diff line change 22
33Allows for [ StrEnum] ( https://github.com/StrEnum/StrEnum/ ) string enum JSON serialization and deserialization with System.Text.Json.
44
5- The package targets .NET Standard 2.0 and can be used with System.Text.Json 4.6.0-9 .\* .
5+ The package targets .NET Standard 2.0 and can be used with System.Text.Json 4.6.0-10 .\* .
66
77## Installation
88
Original file line number Diff line number Diff line change 1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" System.Text.Json" Version =" [4.6.0,10 .0.0)" />
21+ <PackageReference Include =" System.Text.Json" Version =" [4.6.0,11 .0.0)" />
2222 <PackageReference Include =" StrEnum" Version =" [2.0.0,3.0.0)" />
2323 </ItemGroup >
2424
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66
77 <IsPackable >false</IsPackable >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" FluentAssertions" Version =" 8.4 .0" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14 .1" />
13- <PackageReference Include =" StrEnum" Version =" 2.0.2 " />
14- <PackageReference Include =" System.Text.Json" Version =" 8 .0.5 " />
11+ <PackageReference Include =" FluentAssertions" Version =" 8.8 .0" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0 .1" />
13+ <PackageReference Include =" StrEnum" Version =" 2.0.3 " />
14+ <PackageReference Include =" System.Text.Json" Version =" 10 .0.3 " />
1515 <PackageReference Include =" xunit" Version =" 2.9.3" />
16- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1 " >
16+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " >
1717 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1818 <PrivateAssets >all</PrivateAssets >
1919 </PackageReference >
You can’t perform that action at this time.
0 commit comments