Skip to content

Commit 66fb2f2

Browse files
committed
Refactor props
1 parent 2b20605 commit 66fb2f2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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>

Directory.Packages.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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" />

0 commit comments

Comments
 (0)