File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments