Skip to content

Commit

Permalink
Bump Dunet from 1.11.0 to 1.11.2
Browse files Browse the repository at this point in the history
Bumps [Dunet](https://github.com/domn1995/dunet) from 1.11.0 to 1.11.2.
- [Release notes](https://github.com/domn1995/dunet/releases)
- [Commits](v1.11.0...v1.11.2)

---
updated-dependencies:
- dependency-name: Dunet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2024
1 parent 019328e commit a0bce6b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration/Dunet.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.6" />
Expand Down
2 changes: 1 addition & 1 deletion samples/AreaCalculator/AreaCalculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/ExpressionCalculator/ExpressionCalculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/OptionMonad/OptionMonad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/PokemonClient/PokemonClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/Serialization/Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dunet" Version="1.11.0" />
<PackageReference Include="Dunet" Version="1.11.2" />
<PackageReference Include="System.Text.Json" Version="8.0.1" />
</ItemGroup>

Expand Down

0 comments on commit a0bce6b

Please sign in to comment.