Skip to content

Commit 12f2dbd

Browse files
committed
update package dependencies
1 parent 746c201 commit 12f2dbd

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

src/NetArchTest.Rules/NetArchTest.Rules.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,17 @@
1313
<RepositoryUrl>https://github.com/BenMorris/NetArchTest</RepositoryUrl>
1414
<PackageTags>test architecture dependencies archtest</PackageTags>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16-
</PropertyGroup>
17-
18-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
19-
<DocumentationFile>NetArchTest.Rules.xml</DocumentationFile>
20-
</PropertyGroup>
21-
22-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
23-
<DocumentationFile>NetArchTest.Rules.xml</DocumentationFile>
16+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2417
</PropertyGroup>
2518

2619
<ItemGroup>
27-
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
20+
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
2821
<PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
2922
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" />
3023
</ItemGroup>
3124

3225
<ItemGroup>
33-
<None Include="bm-nuget-icon.png" Pack="true" PackagePath="" />
26+
<None Include="bm-nuget-icon.png" Pack="true" PackagePath="" />
3427
</ItemGroup>
3528

3629
</Project>

test/NetArchTest.Rules.UnitTests/NetArchTest.Rules.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
1010
<PackageReference Include="xunit" Version="2.4.1" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1414
</PackageReference>

0 commit comments

Comments
 (0)