Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
v3.0.7.1 with package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Aug 23, 2021
1 parent 38c5206 commit 23e468e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Binary file modified dist/Sawczyn.EFDesigner.EFModel.DslPackage.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Dsl/Dsl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis">
<Version>3.9.0</Version>
<Version>3.11.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers">
<Version>3.3.2</Version>
Expand Down
6 changes: 3 additions & 3 deletions src/DslPackage/DslPackage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,21 +505,21 @@ if "$(ConfigurationName)"=="Release" del "$(ProjectDir)Parsers\*.pdb
</ItemGroup>
<ItemGroup>
<PackageReference Include="EnvDTE80">
<Version>16.9.31023.347</Version>
<Version>16.10.31320.204</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK.EmbedInteropTypes">
<Version>15.0.36</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.12.0">
<Version>16.9.31023.347</Version>
<Version>16.10.31320.204</Version>
</PackageReference>
<PackageReference Include="QuikGraph" Version="2.3.0" />
<PackageReference Include="QuikGraph.Graphviz" Version="2.3.0" />
<PackageReference Include="Shields.GraphViz">
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="stdole">
<Version>16.9.31023.347</Version>
<Version>16.10.31320.204</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
Binary file modified src/DslPackage/Parsers/EF6Parser.exe
Binary file not shown.
Binary file modified src/DslPackage/Parsers/EFCore2Parser.exe
Binary file not shown.
Binary file modified src/DslPackage/Parsers/EFCore3Parser.exe
Binary file not shown.
Binary file modified src/DslPackage/Parsers/EFCore5Parser.exe
Binary file not shown.
16 changes: 8 additions & 8 deletions src/Utilities/EFCore5Parser/EFCore5Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.3" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Design" Version="2.0.0-preview1-final" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 23e468e

Please sign in to comment.