Skip to content

Commit

Permalink
updated for .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Nov 21, 2024
1 parent 40d11f1 commit dd87307
Show file tree
Hide file tree
Showing 28 changed files with 626 additions and 479 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions DemoCoreWeb/DemoCoreWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DemoGodAssemblyWeb/DemoGodAssemblyWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Fonlow.DateOnlyExtensions/Fonlow.DateOnlyExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<Version>1.3.1</Version>
<Version>1.4</Version>
<Description>Handle DateOnly in ASP.NET 6</Description>
<PackageReleaseNotes>* Handle ISO8601 DateTime string in ASP.NET 7</PackageReleaseNotes>
<PackageReleaseNotes>.NET 9</PackageReleaseNotes>
<RepositoryUrl>https://github.com/zijianhuang/webapiclientgen</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<Version>1.1</Version>
<Version>1.2</Version>
<Description>Handle DateOnly in ASP.NET 6</Description>
<PackageReleaseNotes>* Handle ISO8601 DateTime string in ASP.NET 7</PackageReleaseNotes>
<PackageReleaseNotes>.NET 9</PackageReleaseNotes>
<RepositoryUrl>https://github.com/zijianhuang/webapiclientgen</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Fonlow.DocCommentCore/Fonlow.DocCommentCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.7</Version>
<Version>1.8</Version>
<Description>Basic functions of accessing XML Doc Comments.</Description>
<PackageReleaseNotes>.NET 8</PackageReleaseNotes>
<PackageReleaseNotes>.NET 9</PackageReleaseNotes>
<Copyright>Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year)</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zijianhuang/webapiclientgen</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion Fonlow.IntegralExtension/Fonlow.IntegralExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<Version>1.1</Version>
<Version>1.2</Version>
<Description>Make ASP.NET serialize integral types of 64bit and BigInteger as JSON string object.</Description>
<RepositoryUrl>https://github.com/zijianhuang/webapiclientgen</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<Version>1.1</Version>
<Version>1.2</Version>
<Description>Make ASP.NET serialize integral types of 64bit and BigInteger as JSON string object, utilizing System.Text.Json.</Description>
<RepositoryUrl>https://github.com/zijianhuang/webapiclientgen</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
6 changes: 3 additions & 3 deletions Fonlow.Poco2TsCore/Fonlow.Poco2TsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>3.9.1</Version>
<Version>3.10</Version>
<Authors>Zijian Huang</Authors>
<Company />
<Copyright>Copyright © Zijian Huang 2015-$([System.DateTime]::Now.Year)</Copyright>
Expand All @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/zijianhuang/webapiclientgen</PackageProjectUrl>
<PackageTags>TypeScript,Code DOM</PackageTags>
<PackageReleaseNotes>
.NET 8
.NET 9
</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -35,7 +35,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fonlow.TypeScriptCodeDomCore" Version="3.3.0" />
<PackageReference Include="Fonlow.TypeScriptCodeDomCore" Version="3.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
Loading

0 comments on commit dd87307

Please sign in to comment.