Skip to content

Commit 3636f15

Browse files
chore(deps): update dotnet monorepo to v10
1 parent 8e68b3f commit 3636f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" />
4848
</ItemGroup>
4949
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
50-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
50+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" />
5151
</ItemGroup>
5252

5353
<PropertyGroup>
@@ -58,7 +58,7 @@
5858
<PackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" PrivateAssets="all" />
5959
</ItemGroup>
6060
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
61-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.10" />
61+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
6262
</ItemGroup>
6363
<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
6464
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />

0 commit comments

Comments
 (0)