File tree Expand file tree Collapse file tree
ImmutableObjectGraph.Generation.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <CodeGenerationRoslynVersion >0.4.74 </CodeGenerationRoslynVersion >
3+ <CodeGenerationRoslynVersion >0.4.88 </CodeGenerationRoslynVersion >
44 </PropertyGroup >
55 <ItemGroup >
66 <PackageReference Update =" CodeGeneration.Roslyn.Attributes" Version =" $(CodeGenerationRoslynVersion)" />
77 <PackageReference Update =" CodeGeneration.Roslyn" Version =" $(CodeGenerationRoslynVersion)" />
88 <PackageReference Update =" CodeGeneration.Roslyn.BuildTime" Version =" $(CodeGenerationRoslynVersion)" />
9- <PackageReference Update =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.2 .0" />
9+ <PackageReference Update =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.9 .0" />
1010 <PackageReference Update =" System.Collections.Immutable" Version =" 1.4.0" />
1111 <PackageReference Update =" Validation" Version =" 2.4.18" />
1212 <PackageReference Update =" Microsoft.Build" Version =" 14.3.0" />
Original file line number Diff line number Diff line change 1313 using Microsoft . CodeAnalysis ;
1414 using Microsoft . CodeAnalysis . CSharp ;
1515 using Microsoft . CodeAnalysis . Diagnostics ;
16- using Microsoft . CodeAnalysis . MSBuild ;
1716 using Microsoft . CodeAnalysis . Text ;
1817 using Validation ;
1918 using Xunit ;
Original file line number Diff line number Diff line change 77 <clear />
88 <add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
99 <add key =" myget.org/F/aarnott" value =" https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion =" 3" />
10- <add key =" local" value =" d:\nugetpkgsrc\" />
1110 </packageSources >
1211</configuration >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net461</TargetFramework >
44 <OutputType >Exe</OutputType >
5+ <IsPackable >false</IsPackable >
56 </PropertyGroup >
67 <ItemGroup >
78 <Compile Update =" Fruit.cs" >
2425 <ProjectReference Include =" ..\ImmutableObjectGraph.Generation\ImmutableObjectGraph.Generation.csproj" />
2526 <ProjectReference Include =" ..\ImmutableObjectGraph\ImmutableObjectGraph.csproj" />
2627 </ItemGroup >
27- </Project >
28+ </Project >
You can’t perform that action at this time.
0 commit comments