зеркало из https://github.com/microsoft/Omex.git
Merge branch 'main' into pgajdusek/configurationValidation
This commit is contained in:
Коммит
4b41da408e
|
@ -3,6 +3,7 @@
|
|||
<ItemGroup Label="Package Versions. AutoUpdate">
|
||||
<PackageReference Update="MSTest.TestAdapter" Version="2.2.10" />
|
||||
<PackageReference Update="MSTest.TestFramework" Version="2.2.10" />
|
||||
<PackageReference Update="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
|
||||
<PackageReference Update="Microsoft.CodeAnalysis.Common" Version="4.4.0" />
|
||||
<PackageReference Update="Microsoft.CodeAnalysis.Csharp" Version="4.4.0" />
|
||||
<PackageReference Update="Microsoft.Extensions.Configuration.Binder" Version="7.0.0" />
|
||||
|
@ -22,7 +23,7 @@
|
|||
<PackageReference Update="Microsoft.SourceLink.AzureRepos.Git" Version="1.1.1" />
|
||||
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
|
||||
<PackageReference Update="Moq" Version="4.18.2" />
|
||||
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" />
|
||||
<PackageReference Update="System.ComponentModel.Annotations" Version="5.0.0" />
|
||||
<PackageReference Update="System.Diagnostics.DiagnosticSource" Version="7.0.0" />
|
||||
<PackageReference Update="System.Text.Json" Version="7.0.0" />
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<PackageReference Include="Newtonsoft.Json" /> <!-- Bump version of transitive dependency -->
|
||||
<PackageReference Include="System.ComponentModel.Annotations" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Condition="'$(TargetFramework)' != '$(DefaultNetCoreVersion)'" Include="Microsoft.Bcl.AsyncInterfaces" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Abstractions\Microsoft.Omex.Extensions.Abstractions.csproj" />
|
||||
<ProjectReference Include="..\ServiceFabricGuest.Abstractions\Microsoft.Omex.Extensions.ServiceFabricGuest.Abstractions.csproj" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче