Skip to content

Commit

Permalink
Bump Pharmacist.Core version?
Browse files Browse the repository at this point in the history
  • Loading branch information
rstm-sf committed Feb 2, 2021
1 parent b8fcdcc commit b265eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nukebuild/_build.csproj
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="vswhere" Version="2.6.7" Condition=" '$(OS)' == 'Windows_NT' " />
<!-- Keep in sync with Avalonia.Build.Tasks -->
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="Pharmacist.Core" Version="1.8.1" />
<PackageReference Include="Pharmacist.Core" Version="2.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/tools/MicroComGenerator/MicroComGenerator.csproj
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" />
</ItemGroup>
</Project>

0 comments on commit b265eff

Please sign in to comment.