Skip to content

Commit

Permalink
Updated to the latest TypeGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoskinen committed Jun 3, 2021
1 parent 14ba6e8 commit c63cda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="MinVer" Version="2.0.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.6.0" />
<PackageReference Include="Weikio.TypeGenerator" Version="1.2.4" />
<PackageReference Include="Weikio.TypeGenerator" Version="1.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Weikio.PluginFramework/Weikio.PluginFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="4.7.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" />
<PackageReference Include="Weikio.TypeGenerator" Version="1.2.4" />
<PackageReference Include="Weikio.TypeGenerator" Version="1.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c63cda0

Please sign in to comment.