From 2c9dca24b82a7a87d1dce81d09c53fe66e1198bc Mon Sep 17 00:00:00 2001
From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Date: Wed, 9 Aug 2023 18:31:28 +0100
Subject: [PATCH] .Net: Locked Moq package version (#2377)
### Motivation and Context
Temporary locked `Moq` package version based on recent privacy issues:
https://github.com/moq/moq/issues/1372
### Contribution Checklist
- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone :smile:
---
.github/dependabot.yml | 9 +++++----
dotnet/Directory.Packages.props | 15 +--------------
2 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6855f896ecd4..97b4f6647f05 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,11 +18,12 @@ updates:
- dependency-name: "Microsoft.Extensions.*"
update-types: ["version-update:semver-major"]
- dependency-name: "Microsoft.Bcl.*"
- update-types: ["version-update:semver-major"]
+ update-types: ["version-update:semver-major"]
+ - dependency-name: "Moq"
labels:
- ".NET"
- "dependencies"
-
+
# Maintain dependencies for nuget
- package-ecosystem: "nuget"
directory: "samples/dotnet"
@@ -36,7 +37,7 @@ updates:
schedule:
interval: "weekly"
day: "monday"
-
+
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "python/"
@@ -46,7 +47,7 @@ updates:
labels:
- "python"
- "dependencies"
-
+
# Maintain dependencies for github-actions
- package-ecosystem: "github-actions"
# Workflow files stored in the
diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props
index 055197898bfc..04fbdc3d0aa7 100644
--- a/dotnet/Directory.Packages.props
+++ b/dotnet/Directory.Packages.props
@@ -30,7 +30,7 @@
-
+
@@ -55,19 +55,6 @@
-
all