Skip to content

Commit 30c3bbd

Browse files
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#195)
1 parent f34cf26 commit 30c3bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AsyncAwaitBestPractices.MVVM/AsyncAwaitBestPractices.MVVM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<DebugSymbols>true</DebugSymbols>
5555
</PropertyGroup>
5656
<ItemGroup Condition=" '$(Configuration)'=='Release' ">
57-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
57+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5858
</ItemGroup>
5959
<ItemGroup>
6060
<Compile Include="**/*.shared.cs" />

src/AsyncAwaitBestPractices/AsyncAwaitBestPractices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
<None Include="README.md" Pack="true" PackagePath="\" />
7878
</ItemGroup>
7979
<ItemGroup Condition=" '$(Configuration)'=='Release' ">
80-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
80+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
8181
</ItemGroup>
8282
</Project>

0 commit comments

Comments
 (0)