Skip to content

Commit

Permalink
Update certain dependencies versions to fix MissingMethodException an…
Browse files Browse the repository at this point in the history
…d inconsistent mix of dependencies. (#279)

* Update certain dependencies versions to fix MissingMethodException and inconsistent mix of dependencies.
  • Loading branch information
SerEgoroff authored Jan 10, 2025
1 parent 567ab84 commit 5ceb87a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down Expand Up @@ -34,7 +34,7 @@
<!--This ItemGroup is required to support migration generating with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<ProjectReference Include="..\..\src\OnlineSales\OnlineSales.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down Expand Up @@ -41,7 +41,7 @@
<!--This ItemGroup is required to support migration generating with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<ProjectReference Include="..\..\src\OnlineSales\OnlineSales.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
6 changes: 3 additions & 3 deletions plugins/OnlineSales.Plugin.Sms/OnlineSales.Plugin.Sms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand All @@ -28,15 +28,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.301.25" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.35" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.52" />
<PackageReference Include="Twilio" Version="7.0.5" />
<!-- Insert additional references above this line -->
</ItemGroup>

<!--This ItemGroup is required to support migration generating with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<ProjectReference Include="..\..\src\OnlineSales\OnlineSales.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.5">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand All @@ -20,7 +20,7 @@
<!--This ItemGroup is required to support migration generating with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<ProjectReference Include="..\..\src\OnlineSales\OnlineSales.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ReleaseVersion>1.2.35-pre</ReleaseVersion>
<ReleaseVersion>1.2.36-pre</ReleaseVersion>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Configurations>Debug;Release;Migration</Configurations>
</PropertyGroup>
Expand Down Expand Up @@ -34,7 +34,7 @@
<!--This ItemGroup is required to support migration generating with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<ProjectReference Include="..\..\src\OnlineSales\OnlineSales.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.4">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions src/OnlineSales/OnlineSales.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Migration|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>obj\Release\net7.0\OnlineSales.xml</DocumentationFile>
<DocumentationFile>obj\Release\net8.0\OnlineSales.xml</DocumentationFile>
<RunWithWarnings>true</RunWithWarnings>
<CheckForOverflowUnderflow></CheckForOverflowUnderflow>
<DocumentationFile>obj\Release\net7.0\OnlineSales.xml</DocumentationFile>
<DocumentationFile>obj\Release\net8.0\OnlineSales.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DistributedLock.Postgres" Version="1.0.5" />
<PackageReference Include="DistributedLock.Postgres" Version="1.2.1" />
<PackageReference Include="DnsClient" Version="1.7.0" />
<PackageReference Include="EntityFrameworkCore.EncryptColumn" Version="6.0.8" />
<PackageReference Include="EntityFrameworkCore.JamieEncryptColumn" Version="8.0.69" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.60" />
<PackageReference Include="MailKit" Version="4.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" />
Expand Down Expand Up @@ -93,7 +93,7 @@

<!--This ItemGroup is required to support migration generation with the "dotnet ef migrations add" command-->
<ItemGroup Condition="'$(Configuration)'=='Migration'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.9">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 5ceb87a

Please sign in to comment.