Skip to content

Commit

Permalink
v3.1 ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Mar 6, 2024
1 parent 3c848c7 commit 842b742
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fonlow.Poco2TsCore" Version="3.5.1" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.13" />
<PackageReference Include="Fonlow.Poco2TsCore" Version="3.5.2" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.14" />
<PackageReference Include="Tavis.UriTemplates" Version="2.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Fonlow.OpenApiClientGen/Fonlow.OpenApiClientGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.13" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.14" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="System.CodeDom" Version="8.0.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.13" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.14" />
<PackageReference Include="xunit" Version="2.7.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Tests/TsTestHelpers/TsTestHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.13" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.14" />
<PackageReference Include="xunit" Version="2.7.0" />
</ItemGroup>

Expand Down

0 comments on commit 842b742

Please sign in to comment.