File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 </PropertyGroup >
55 <ItemGroup >
6- <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 5 .0.0" />
7- <PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5 .0.0" />
6+ <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0" />
7+ <PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6 .0.0" />
88 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
99 <PackageVersion Include =" FluentAssertions" Version =" 6.10.0" />
1010 <PackageVersion Include =" NUnit" Version =" 3.13.3" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <TargetFramework ></TargetFramework >
5+ <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
6+ <LangVersion >latest</LangVersion >
47 <RootNamespace >CPlugin.Net</RootNamespace >
58 <PackageId >CPlugin.Net</PackageId >
69 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
You can’t perform that action at this time.
0 commit comments