Skip to content

Commit 6085e90

Browse files
Bump MartinCostello.BuildKit from 0.4.0 to 0.5.1 (#1143)
* Bump MartinCostello.BuildKit from 0.4.0 to 0.5.1 Bumps [MartinCostello.BuildKit](https://github.com/martincostello/build-kit) from 0.4.0 to 0.5.1. - [Release notes](https://github.com/martincostello/build-kit/releases) - [Commits](martincostello/build-kit@v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: MartinCostello.BuildKit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix build Use default tests ruleset. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: martincostello <[email protected]>
1 parent 6c10dc9 commit 6085e90

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<GlobalPackageReference Include="MartinCostello.BuildKit" Version="0.4.0" />
3+
<GlobalPackageReference Include="MartinCostello.BuildKit" Version="0.5.1" />
44
<GlobalPackageReference Include="ReferenceTrimmer" Version="3.3.11" PrivateAssets="All" />
55
<GlobalPackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="All" />
66
</ItemGroup>

samples/TodoApp.Tests/TodoApp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<NoWarn>$(NoWarn);CA1303</NoWarn>
3+
<NoWarn>$(NoWarn);CA1303;CA1707</NoWarn>
44
<RootNamespace>TodoApp</RootNamespace>
55
<TargetFramework>net9.0</TargetFramework>
66
</PropertyGroup>

tests/SqlLocalDb.Tests/MartinCostello.SqlLocalDb.Tests.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Tests for MartinCostello.SqlLocalDb.</Description>
4-
<NoWarn>$(NoWarn);CA2234;CA1303</NoWarn>
5-
<PreserveCompilationContext>true</PreserveCompilationContext>
64
<RootNamespace>MartinCostello.SqlLocalDb</RootNamespace>
75
<TargetFramework>net9.0</TargetFramework>
6+
<UseDefaultCodeAnalysisRuleSet>true</UseDefaultCodeAnalysisRuleSet>
87
</PropertyGroup>
9-
<ItemGroup>
10-
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
11-
</ItemGroup>
128
<ItemGroup>
139
<ProjectReference Include="..\..\src\SqlLocalDb\MartinCostello.SqlLocalDb.csproj" />
1410
</ItemGroup>

tests/SqlLocalDb.Tests/xunit.runner.json

-3
This file was deleted.

0 commit comments

Comments
 (0)