We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4d080 commit 945afd6Copy full SHA for 945afd6
Directory.Packages.props
@@ -58,7 +58,7 @@
58
<PackageVersion Include="Snapper" Version="2.4.1" />
59
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" />
60
<PackageVersion Include="Nerdbank.Streams" Version="2.11.79" />
61
- <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
+ <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
62
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
63
<PackageVersion Include="DryIoc.Internal" Version="5.4.3" />
64
</ItemGroup>
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.100",
+ "version": "9.0.102",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments