Skip to content

Commit

Permalink
.Net: Baseline 1.16.1 (#7417)
Browse files Browse the repository at this point in the history
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] 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 😄

---------

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • Loading branch information
markwallace-microsoft and dmytrostruk authored Jul 25, 2024
1 parent d162147 commit 699e1ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 261 deletions.
2 changes: 1 addition & 1 deletion dotnet/nuget/nuget-package.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>

<!-- Package validation. Baseline Version should be lower or equal to current version. -->
<PackageValidationBaselineVersion>1.14.1</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.16.1</PackageValidationBaselineVersion>
<!-- Validate assembly attributes only for Publish builds -->
<NoWarn Condition="'$(Configuration)' != 'Publish'">$(NoWarn);CP0003</NoWarn>
<!-- Do not validate reference assemblies -->
Expand Down
116 changes: 0 additions & 116 deletions dotnet/src/Connectors/Connectors.OpenAI/CompatibilitySuppressions.xml

This file was deleted.

144 changes: 0 additions & 144 deletions dotnet/src/SemanticKernel.Abstractions/CompatibilitySuppressions.xml

This file was deleted.

0 comments on commit 699e1ae

Please sign in to comment.