Skip to content

Commit 3097ef1

Browse files
committed
Try toolset package?
1 parent 339382b commit 3097ef1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

dotnet/Directory.Packages.props

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<!-- Symbols -->
151151
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
152152
<!-- Toolset -->
153+
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="4.12.0" />
153154
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
154155
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
155156
<PrivateAssets>all</PrivateAssets>

dotnet/samples/Demos/CopilotAgentPlugins/CopilotAgentPluginsDemoSample/CopilotAgentPluginsDemoSample.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</ItemGroup>
4242

4343
<ItemGroup>
44+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" />
4445
<PackageReference Include="Microsoft.Extensions.Configuration"/>
4546
<PackageReference Include="Microsoft.Extensions.Configuration.Json"/>
4647
<PackageReference Include="Microsoft.Extensions.Logging"/>

dotnet/src/Connectors/Connectors.Ollama/Connectors.Ollama.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<PackageReference Include="OllamaSharp">
2828
<ExcludeAssets>analyzers</ExcludeAssets>
2929
</PackageReference>
30+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" />
3031
</ItemGroup>
3132

3233
<ItemGroup>

0 commit comments

Comments
 (0)