Skip to content

Commit 1968a7b

Browse files
committed
revert: find directory files based on solution (#62)
* chore: Find Directory.xx.props based on $(SolutionDir) * revert: Reverted the development override --------- Signed-off-by: Martin Stühmer <me@samtrion.net>
1 parent 18a0eec commit 1968a7b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ charset = utf-8-bom
3434
# See https://github.com/dotnet/aspnetcore/pull/23502 and https://github.com/dotnet/aspnetcore/issues/22753
3535
[*.{razor,cshtml}]
3636
charset = utf-8-bom
37+
indent_size = 2
3738

3839
# Generated code
3940
[*{_AssemblyInfo.cs,.notsupported.cs,.generated.cs}]

src/NetEvolve.Defaults/build/SupportGeneral.props

-6
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,4 @@
4848
<PreferredUILang>en</PreferredUILang>
4949
</PropertyGroup>
5050

51-
<PropertyGroup Label="Development Support" Condition=" '$(SolutionDir)' != '' ">
52-
<DirectoryBuildPropsPath>$(SolutionDir)Directory.Build.props</DirectoryBuildPropsPath>
53-
<DirectoryBuildTargetsPath>$(SolutionDir)Directory.Build.targets</DirectoryBuildTargetsPath>
54-
<DirectoryPackagesPropsPath>$(SolutionDir)Directory.Packages.props</DirectoryPackagesPropsPath>
55-
</PropertyGroup>
56-
5751
</Project>

0 commit comments

Comments
 (0)