Skip to content

Commit

Permalink
Update yunit requirement from 1.0.0-* to 1.1.2-*
Browse files Browse the repository at this point in the history
Updates the requirements on [yunit](https://github.com/docascode/yunit) to permit the latest version.
- [Release notes](https://github.com/docascode/yunit/releases)
- [Commits](v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: yunit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent d66bb37 commit d7cdb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/yunit.nuget.test/yunit.nuget.test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='NuGetTest'">
<PackageReference Include="yunit" Version="1.0.0-*" />
<PackageReference Include="yunit" Version="1.1.2-*" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'!='NuGetTest'">
Expand Down

0 comments on commit d7cdb5b

Please sign in to comment.