We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea2a67 commit d856ebdCopy full SHA for d856ebd
Directory.Build.props
@@ -6,4 +6,9 @@
6
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion>
7
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
8
</PropertyGroup>
9
+ <ItemGroup>
10
+ <None Include="$(MSBuildThisFileDirectory)\.editorconfig" />
11
+ <None Include="$(MSBuildThisFileDirectory)\Directory.Build.props" />
12
+ <None Include="$(MSBuildThisFileDirectory)\Directory.Packages.props" />
13
+ </ItemGroup>
14
</Project>
0 commit comments