Skip to content

Commit

Permalink
.Net: Fix use of InternalsVisibleTo (#3398)
Browse files Browse the repository at this point in the history
### Motivation and Context

Fix release build failure

### 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 😄
  • Loading branch information
markwallace-microsoft committed Nov 6, 2023
1 parent 31760c5 commit 164a7ec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>SemanticKernel.Experimental.Orchestration.Flow.UnitTests</_Parameter1>
</AssemblyAttribute>
<InternalsVisibleTo Include="SemanticKernel.Experimental.Orchestration.Flow.UnitTests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet" />
Expand Down

0 comments on commit 164a7ec

Please sign in to comment.