Skip to content

Commit e1c330d

Browse files
committed
simplify deps update
1 parent 173520b commit e1c330d

10 files changed

Lines changed: 1 addition & 36 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Version>3.9.50</Version>
3333
</PackageReference>
3434
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.2" PrivateAssets="all" />
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103">
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201">
3636
<PrivateAssets>all</PrivateAssets>
3737
</PackageReference>
3838
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" />

sampleApp/SampleApplication.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@
1414
<ProjectReference Include="..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
1515
<ProjectReference Include="..\src\PG.StarWarsGame.Infrastructure.Clients.Steam\PG.StarWarsGame.Infrastructure.Clients.Steam.csproj" />
1616
</ItemGroup>
17-
18-
<ItemGroup>
19-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
20-
</ItemGroup>
21-
2217
</Project>

src/AET.SteamAbstraction/AET.SteamAbstraction.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>
3535
</ItemGroup>
36-
<ItemGroup>
37-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
38-
</ItemGroup>
3936
</Project>

src/PG.StarWarsGame.Infrastructure.Clients.Steam/PG.StarWarsGame.Infrastructure.Clients.Steam.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@
2222
<ProjectReference Include="..\AET.SteamAbstraction\AET.SteamAbstraction.csproj" />
2323
<ProjectReference Include="..\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
2424
</ItemGroup>
25-
<ItemGroup>
26-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
27-
</ItemGroup>
2825
</Project>

src/PG.StarWarsGame.Infrastructure/PG.StarWarsGame.Infrastructure.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,5 @@
4040
<PrivateAssets>all</PrivateAssets>
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>
43-
</ItemGroup>
44-
<ItemGroup>
45-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
4643
</ItemGroup>
4744
</Project>

test/AET.SteamAbstraction.Test/AET.SteamAbstraction.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<ProjectReference Include="..\AET.SteamAbstraction.Testing\AET.SteamAbstraction.Testing.csproj" />
3636
</ItemGroup>
3737

38-
<ItemGroup>
39-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
40-
</ItemGroup>
41-
4238
<PropertyGroup>
4339
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
4440
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' != 'true'">true</IsLinux>

test/AET.SteamAbstraction.Testing/AET.SteamAbstraction.Testing.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@
3838
<PackageReference Include="Testably.Abstractions.Testing" Version="6.0.0" />
3939
<ProjectReference Include="..\..\src\AET.SteamAbstraction\AET.SteamAbstraction.csproj" />
4040
</ItemGroup>
41-
42-
<ItemGroup>
43-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
44-
</ItemGroup>
4541
</Project>

test/PG.StarWarsGame.Infrastructure.Clients.Steam.Test/PG.StarWarsGame.Infrastructure.Clients.Steam.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<ProjectReference Include="..\PG.StarWarsGame.Infrastructure.Test\PG.StarWarsGame.Infrastructure.Test.csproj" />
3636
</ItemGroup>
3737

38-
<ItemGroup>
39-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
40-
</ItemGroup>
41-
4238
<PropertyGroup>
4339
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
4440
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' != 'true'">true</IsLinux>

test/PG.StarWarsGame.Infrastructure.Test/PG.StarWarsGame.Infrastructure.Test.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@
3434
<ProjectReference Include="..\..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
3535
<ProjectReference Include="..\PG.StarWarsGame.Infrastructure.Testing\PG.StarWarsGame.Infrastructure.Testing.csproj" />
3636
</ItemGroup>
37-
38-
<ItemGroup>
39-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
40-
</ItemGroup>
41-
4237
</Project>

test/PG.StarWarsGame.Infrastructure.Testing/PG.StarWarsGame.Infrastructure.Testing.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@
3838
<PackageReference Include="Testably.Abstractions.Testing" Version="6.0.0" />
3939
<ProjectReference Include="..\..\src\PG.StarWarsGame.Infrastructure\PG.StarWarsGame.Infrastructure.csproj" />
4040
</ItemGroup>
41-
42-
<ItemGroup>
43-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.201" />
44-
</ItemGroup>
4541
</Project>

0 commit comments

Comments
 (0)