We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f416536 commit ff722cdCopy full SHA for ff722cd
src/TypealizR.CLI/TypealizR.CLI.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
@@ -41,7 +41,7 @@
41
42
43
<ItemGroup>
44
- <PackageReference Include="Microsoft.Build.Locator" Version="1.7.8" />
+ <PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
45
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
46
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
47
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0" />
0 commit comments