Skip to content

Commit 82a452e

Browse files
Bump Machine.Specifications and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Machine.Specifications](https://github.com/machine/machine.specifications) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Machine.Specifications` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/machine/machine.specifications/releases) - [Commits](https://github.com/machine/machine.specifications/commits) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Machine.Specifications dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58add0d commit 82a452e

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.1" />
13+
<PackageReference Include="Machine.Specifications" Version="1.1.3" />
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.1" PrivateAssets="All" />
21+
<PackageReference Include="Machine.Specifications" Version="1.1.3" PrivateAssets="All" />
2222
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.6.3" PrivateAssets="All" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)