File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.Build.Locator" Version =" 1.9.1" />
1211 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.14.0" />
1312 <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 4.14.0" />
1413 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
Original file line number Diff line number Diff line change 11using ExampleExtractor ;
2- using Microsoft . Build . Locator ;
32using Microsoft . CodeAnalysis ;
43using Microsoft . CodeAnalysis . MSBuild ;
54using Newtonsoft . Json ;
@@ -11,11 +10,6 @@ namespace ExampleTester;
1110
1211internal class GeneratedExample
1312{
14- static GeneratedExample ( )
15- {
16- MSBuildLocator . RegisterDefaults ( ) ;
17- }
18-
1913 private readonly string directory ;
2014 internal ExampleMetadata Metadata { get ; }
2115
You can’t perform that action at this time.
0 commit comments