Skip to content

Commit cc71270

Browse files
Bump the backend-dependencies group with 2 updates
Bumps Giraffe from 8.2.0 to 8.3.0 Bumps MongoDB.Driver from 3.7.0 to 3.11.0 --- updated-dependencies: - dependency-name: Giraffe dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies - dependency-name: MongoDB.Driver dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb87074 commit cc71270

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Backend/SaltTask.fsproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
6-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
</PropertyGroup>
77

88
<ItemGroup>
99
<Compile Include="Endpoints/Product/Product.fs" />
@@ -15,9 +15,9 @@
1515
<Compile Include="Main.fs" />
1616
</ItemGroup>
1717

18-
<ItemGroup>
19-
<PackageReference Include="Giraffe" Version="8.2.0" />
20-
<PackageReference Include="MongoDB.Driver" Version="3.7.0" />
21-
</ItemGroup>
22-
23-
</Project>
18+
<ItemGroup>
19+
<PackageReference Include="Giraffe" Version="8.3.0" />
20+
<PackageReference Include="MongoDB.Driver" Version="3.11.0" />
21+
</ItemGroup>
22+
23+
</Project>

0 commit comments

Comments
 (0)