Skip to content

Commit 4e92d83

Browse files
author
Nick Craver
committed
Fix Directory.Build.props casing and latest SDK
1 parent 7627b31 commit 4e92d83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

StackExchange.Utils.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ VisualStudioVersion = 15.0.27705.2000
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F0CFAC4D-516B-45DC-8F66-D58E3B1C04E1}"
77
ProjectSection(SolutionItems) = preProject
8-
src\Directory.build.props = src\Directory.build.props
8+
src\Directory.Build.props = src\Directory.Build.props
99
EndProjectSection
1010
EndProject
1111
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Utils.Http", "src\StackExchange.Utils.Http\StackExchange.Utils.Http.csproj", "{168B503A-428F-499D-99A7-8EFC47A5FEDF}"
1212
EndProject
1313
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9133A680-3A8F-4662-AA58-B59BBDD0A60E}"
1414
ProjectSection(SolutionItems) = preProject
15-
tests\Directory.build.props = tests\Directory.build.props
15+
tests\Directory.Build.props = tests\Directory.Build.props
1616
EndProjectSection
1717
EndProject
1818
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Utils.Tests", "tests\StackExchange.Utils.Tests\StackExchange.Utils.Tests.csproj", "{33716E0F-FE40-4A7A-9F58-1026EF7EBCD2}"
File renamed without changes.

tests/Directory.build.props renamed to tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
1313
<PackageReference Include="xunit" Version="$(xUnitVersion)" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="$(xUnitVersion)" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)