Skip to content

Commit 77a0c4c

Browse files
Amin GolMahalehAmin GolMahaleh
authored andcommitted
migrate from dotnet 6 to dotnet 7
1 parent c68268a commit 77a0c4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/HttpClientToCurl/HttpClientToCurl.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<Authors>Amin Golmahalleh</Authors>
5-
<Version>1.8.2</Version>
6-
<PackageReleaseNotes>1.8.2</PackageReleaseNotes>
7-
<TargetFramework>net6.0</TargetFramework>
5+
<Version>1.8.3</Version>
6+
<PackageReleaseNotes>1.8.3</PackageReleaseNotes>
7+
<TargetFramework>net7.0</TargetFramework>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>disable</Nullable>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
13+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
1414
</ItemGroup>
1515

1616
</Project>

src/HttpClientToCurlGeneratorTest/HttpClientToCurlGeneratorTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

0 commit comments

Comments
 (0)