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

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed May 19, 2021
1 parent 62bbb25 commit 75bd700
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
Binary file modified dist/Sawczyn.EFDesigner.EFModel.DslPackage.vsix
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Dsl/Dsl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -557,15 +557,15 @@
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis">
<Version>3.8.0</Version>
<Version>3.9.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers">
<Version>3.3.1</Version>
<Version>3.3.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version>
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="SQLitePCLRaw.bundle_green">
<Version>2.0.4</Version>
Expand All @@ -592,7 +592,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Composition">
<Version>5.0.0</Version>
<Version>5.0.1</Version>
</PackageReference>
<PackageReference Include="System.Console">
<Version>4.3.1</Version>
Expand Down
8 changes: 4 additions & 4 deletions src/Dsl/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.AttributedModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.33.0" newVersion="1.0.35.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.33.0" newVersion="1.0.35.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.TypedParts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.33.0" newVersion="1.0.35.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.Hosting" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.33.0" newVersion="1.0.35.0" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
Expand Down
Loading

0 comments on commit 75bd700

Please sign in to comment.