Skip to content

Commit d03f4ad

Browse files
committed
Action fix
1 parent d34741a commit d03f4ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

csharp-dns-server.sln

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

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dns", "Dns\Dns.csproj", "{6804468B-333A-4A7C-BFC1-FD4E498AB4A6}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dns", "Dns\Dns.csproj", "{6804468B-333A-4A7C-BFC1-FD4E498AB4A6}"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dnstest", "dnstest\dnstest.csproj", "{126A266A-FF89-4516-BF36-37774EA35CD6}"
77
EndProject

dns-cli/dns-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<ProjectReference Include="..\dns\dns.csproj" />
12+
<ProjectReference Include="..\Dns\Dns.csproj" />
1313
</ItemGroup>
1414
<ItemGroup>
1515
<None Remove="appsettings.json" />

dnstest/dnstest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<ProjectReference Include="..\dns\dns.csproj" />
22+
<ProjectReference Include="..\Dns\Dns.csproj" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)