Skip to content

Commit 5d9d99f

Browse files
Updates to .net8.0
Updates dependencies
1 parent 690d7d9 commit 5d9d99f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

dev-proxy-abstractions/dev-proxy-abstractions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>Microsoft.DevProxy.Abstractions</RootNamespace>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Version>0.13.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
15-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
1616
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
1717
<PackageReference Include="Titanium.Web.Proxy" Version="3.2.0" />
1818
</ItemGroup>

dev-proxy-plugins/dev-proxy-plugins.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net7.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<RootNamespace>Microsoft.DevProxy.Plugins</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
@@ -9,11 +9,11 @@
99
<Version>0.13.0</Version>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13">
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0">
1313
<Private>false</Private>
1414
<ExcludeAssets>runtime</ExcludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0">
16+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0">
1717
<Private>false</Private>
1818
<ExcludeAssets>runtime</ExcludeAssets>
1919
</PackageReference>

dev-proxy/dev-proxy.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Microsoft.DevProxy</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
@@ -28,10 +28,10 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.13" />
32-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
33-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
34-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
33+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
34+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
3535
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.10" />
3636
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
3737
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />

0 commit comments

Comments
 (0)