Skip to content

Commit d243c05

Browse files
committed
Update source directory names
1 parent b2348bf commit d243c05

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

repos/aspnetcore.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>aspnetcore</SourceDirectory>
3+
<SourceDirectory>dotnet-aspnetcore</SourceDirectory>
44
</PropertyGroup>
55

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

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>installer</SourceDirectory>
3+
<SourceDirectory>dotnet-installer</SourceDirectory>
44
</PropertyGroup>
55

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

repos/runtime-portable.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<SourceDirectory>runtime</SourceDirectory>
4+
<SourceDirectory>dotnet-runtime</SourceDirectory>
55
<PortableBuild>true</PortableBuild>
66
<UseSystemLibunwind>false</UseSystemLibunwind>
77
</PropertyGroup>

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>runtime</SourceDirectory>
3+
<SourceDirectory>dotnet-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>sdk</SourceDirectory>
3+
<SourceDirectory>dotnet-sdk</SourceDirectory>
44
</PropertyGroup>
55

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

0 commit comments

Comments
 (0)