File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
<LangVersion >13.0</LangVersion >
8
8
9
9
<!-- NuGet -->
10
- <Version >3.1.0 </Version >
10
+ <Version >3.1.1 </Version >
11
11
<AssemblyVersion >3.1.0</AssemblyVersion >
12
12
<FileVersion >3.1.0</FileVersion >
13
13
<Authors >Jon Sagara</Authors >
Original file line number Diff line number Diff line change 32
32
<PackageReference Include =" NodaTime" Version =" 3.2.0" />
33
33
</ItemGroup >
34
34
35
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
36
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.5" />
37
+ </ItemGroup >
38
+
39
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
40
+ <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
41
+ </ItemGroup >
42
+
35
43
<ItemGroup >
36
44
<Compile Update =" Validation\ValidationHelperResources.Designer.cs" >
37
45
<DesignTime >True</DesignTime >
You can’t perform that action at this time.
0 commit comments