From b2bbd410c07739767b5aad48961a8ced5b4cf4a4 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Thu, 18 Jan 2024 18:09:25 +0800 Subject: [PATCH] .Net: Update PackageValidationBaselineVersion (#4663) ### Motivation and Context update PackageValidationBaselineVersion to `1.1.0` in case of breaking changes compared to `1.1.0` ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] 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 - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone :smile: --- dotnet/nuget/nuget-package.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/nuget/nuget-package.props b/dotnet/nuget/nuget-package.props index bd20f4cd3f05..d070d75d8bc9 100644 --- a/dotnet/nuget/nuget-package.props +++ b/dotnet/nuget/nuget-package.props @@ -10,7 +10,7 @@ true - 1.0.1 + 1.1.0 $(NoWarn);CP0003