Skip to content

Commit

Permalink
update roslyn version of generator
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 10, 2020
1 parent e3a259f commit 99c58cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MagicOnion.GeneratorCore/MagicOnion.GeneratorCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>
<ItemGroup>
<!-- Keep the same version with MessagePack, MasterMemory -->
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="3.1.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="3.4.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.0.1" />
<PackageReference Include="System.CodeDom" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 99c58cf

Please sign in to comment.