Skip to content

Commit 45933d6

Browse files
Bump Machine.Specifications from 1.1.0 to 1.1.1 (#140)
Bumps [Machine.Specifications](https://github.com/machine/machine.specifications) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/machine/machine.specifications/releases) - [Commits](machine/machine.specifications@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: Machine.Specifications dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab9cdc0 commit 45933d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Machine.Specifications.Runner.VisualStudio.Fixtures/Machine.Specifications.Runner.VisualStudio.Fixtures.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="Machine.Specifications" Version="1.1.0" />
13+
<PackageReference Include="Machine.Specifications" Version="1.1.1" />
1414
<PackageReference Include="Machine.Specifications.Should" Version="1.0.0" />
1515
</ItemGroup>
1616

src/Machine.Specifications.Runner.VisualStudio/Machine.Specifications.Runner.VisualStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Machine.Specifications" Version="1.1.0" PrivateAssets="All" />
21+
<PackageReference Include="Machine.Specifications" Version="1.1.1" PrivateAssets="All" />
2222
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" PrivateAssets="All" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)