Skip to content

Commit

Permalink
Update samples package version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Sep 23, 2021
1 parent 55b1fe2 commit 1ff1b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/NETCoreConsoleApp/NETCoreConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="C3D.MSBuild.Tools.EF6.GenerateViews" Version="6.4.3-gd0c90ed8c3">
<PackageReference Include="C3D.MSBuild.Tools.EF6.GenerateViews" Version="6.4.12-g55b1fe29c3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="EntityFramework" Version="6.4.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions samples/NETFrameworkConsoleApp/NETFrameworkConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="C3D.MSBuild.Tools.EF6.GenerateViews" Version="6.4.3-gd0c90ed8c3">
<PackageReference Include="C3D.MSBuild.Tools.EF6.GenerateViews" Version="6.4.12-g55b1fe29c3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="EntityFramework" Version="6.4.0" />
</ItemGroup>
Expand Down

0 comments on commit 1ff1b1e

Please sign in to comment.