This repository was archived by the owner on Nov 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +19
-21
lines changed
LocationByZip.DemoConsoleApp Expand file tree Collapse file tree 5 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7 .0.100 " ,
3+ "version" : " 8 .0.101 " ,
44 "rollForward" : " latestPatch"
55 }
66}
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 <Nullable >enable</Nullable >
77 <ImplicitUsings >enable</ImplicitUsings >
88 </PropertyGroup >
1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 7 .0.0" />
16- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 7 .0.0" />
17- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 7 .0.0" />
18- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7 .0.0" />
19- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 7 .0.0" />
20- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 7 .0.0" />
21- <PackageReference Include =" Microsoft.Extensions.Logging.Configuration" Version =" 7 .0.0" />
22- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7 .0.0" />
15+ <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 8 .0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 8 .0.0" />
17+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.0" />
19+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8 .0.0" />
20+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
21+ <PackageReference Include =" Microsoft.Extensions.Logging.Configuration" Version =" 8 .0.0" />
22+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.0" />
2323 </ItemGroup >
2424
2525 <ItemGroup >
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Threading . Tasks ;
3- using Microsoft . Extensions . DependencyInjection ;
1+ using Microsoft . Extensions . DependencyInjection ;
42using Microsoft . Extensions . Logging ;
53
64namespace LocationByZip . DemoConsoleApp ;
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 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
11- <PackageReference Include =" xunit" Version =" 2.4.2 " />
12- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
11+ <PackageReference Include =" xunit" Version =" 2.6.6 " />
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " >
1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 </PackageReference >
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 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Dapper" Version =" 2.0.123 " />
11- <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.0.1 " />
12- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7 .0.0" />
10+ <PackageReference Include =" Dapper" Version =" 2.1.28 " />
11+ <PackageReference Include =" Microsoft.Data.SqlClient" Version =" 5.1.4 " />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 8 .0.0" />
1313 </ItemGroup >
1414
1515</Project >
You can’t perform that action at this time.
0 commit comments