Skip to content

Commit 92c7d76

Browse files
committed
Update <SourceDirectory> tags
1 parent 548c942 commit 92c7d76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

repos/installer.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>dotnet-installer</SourceDirectory>
3+
<SourceDirectory>installer</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

repos/runtime.common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>dotnet-runtime</SourceDirectory>
3+
<SourceDirectory>runtime</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

repos/sdk.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SourceDirectory>dotnet-sdk</SourceDirectory>
3+
<SourceDirectory>sdk</SourceDirectory>
44
</PropertyGroup>
55

66
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

0 commit comments

Comments
 (0)