Skip to content

Commit 460c7fe

Browse files
committed
Update to CG.R 0.4.88
1 parent 7a82a75 commit 460c7fe

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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" />

src/ImmutableObjectGraph.Generation.Tests/CodeGenTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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;

src/NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
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>

src/RoslynDemo/RoslynDemo.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net461</TargetFramework>
44
<OutputType>Exe</OutputType>
5+
<IsPackable>false</IsPackable>
56
</PropertyGroup>
67
<ItemGroup>
78
<Compile Update="Fruit.cs">
@@ -24,4 +25,4 @@
2425
<ProjectReference Include="..\ImmutableObjectGraph.Generation\ImmutableObjectGraph.Generation.csproj" />
2526
<ProjectReference Include="..\ImmutableObjectGraph\ImmutableObjectGraph.csproj" />
2627
</ItemGroup>
27-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)