Skip to content

Commit da4d37c

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 7d65daa commit da4d37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" />
5353
</ItemGroup>
5454
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
55-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
55+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
5656
</ItemGroup>
5757

5858
<PropertyGroup>
@@ -63,7 +63,7 @@
6363
<PackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" PrivateAssets="all" />
6464
</ItemGroup>
6565
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
66-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.5" />
66+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.2" />
6767
</ItemGroup>
6868
<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
6969
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />

0 commit comments

Comments
 (0)