File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <TargetFramework >net10.0</TargetFramework >
4+ <LangVersion >latest</LangVersion >
45 <ImplicitUsings >enable</ImplicitUsings >
5- <IsPackable >false</IsPackable >
6+ <Nullable >disable</Nullable >
7+ <!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
8+ <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
69 <AccelerateBuildsInVisualStudio >true</AccelerateBuildsInVisualStudio >
10+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
11+ <NoWarn >NU1507</NoWarn >
712 </PropertyGroup >
813</Project >
Original file line number Diff line number Diff line change 11<Project >
2- <PropertyGroup >
3- <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4- </PropertyGroup >
52 <ItemGroup >
63 <PackageVersion Include =" coverlet.collector" Version =" 10.0.0" />
74 <PackageVersion Include =" Fluid.Core" Version =" 2.31.0" />
You can’t perform that action at this time.
0 commit comments