Skip to content

Commit ba7fbf4

Browse files
authored
move from targets to props (#730)
* move from targets to props * missing props
1 parent c1717ca commit ba7fbf4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/DeterministicTests/DeterministicTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
1212
<ProjectReference Include="..\Shouldly\Shouldly.csproj" />
1313
</ItemGroup>
14-
<Import Project="..\Shouldly\build.targets" />
14+
<Import Project="..\Shouldly\build.props" />
1515
</Project>

src/DocumentationExamples/DocumentationExamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.160" PrivateAssets="all" />
1919
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[3.1.0]" />
2020
</ItemGroup>
21-
<Import Project="..\Shouldly\build.targets" />
21+
<Import Project="..\Shouldly\build.props" />
2222

2323
</Project>

src/Shouldly.Tests/Shouldly.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
<Reference Include="Microsoft.CSharp" />
2525
<Reference Include="System.Memory" Version="4.5.3" />
2626
</ItemGroup>
27-
<Import Project="..\Shouldly\build.targets" />
27+
<Import Project="..\Shouldly\build.props" />
2828
</Project>

src/Shouldly/Shouldly.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="DiffEngine" Version="6.4.7" />
25-
<Content Include="build.targets" PackagePath="build\Shouldly.targets" />
26-
<Content Include="buildMultiTargeting.targets" PackagePath="buildMultiTargeting\Shouldly.targets" />
24+
<PackageReference Include="DiffEngine" Version="6.4.6" />
25+
<Content Include="build.props" PackagePath="build\Shouldly.props" />
26+
<Content Include="buildMultiTargeting.props" PackagePath="buildMultiTargeting\Shouldly.props" />
2727
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
2828
<PackageReference Include="System.Memory" Version="4.5.4" />
2929
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

0 commit comments

Comments
 (0)