Skip to content

Commit c0e09c7

Browse files
committed
remove duplicate SourceLink
1 parent 9e38e09 commit c0e09c7

File tree

5 files changed

+1
-14
lines changed

5 files changed

+1
-14
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1-*" PrivateAssets="All"/>
6+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
77
</ItemGroup>
88
</Project>

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,4 @@
5151
<ProjectReference Include="..\Microsoft.OpenApi\Microsoft.OpenApi.csproj" />
5252
</ItemGroup>
5353

54-
<ItemGroup>
55-
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
56-
</ItemGroup>
57-
5854
</Project>

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3434
</PropertyGroup>
3535

36-
<ItemGroup>
37-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
38-
</ItemGroup>
39-
4036
<ItemGroup>
4137
<PackageReference Include="SharpYaml" Version="1.9.2" />
4238
</ItemGroup>

src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
1110
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.3.330701">
1211
<PrivateAssets>all</PrivateAssets>
1312
</PackageReference>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3535
</PropertyGroup>
3636

37-
<ItemGroup>
38-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
39-
</ItemGroup>
40-
4137
<ItemGroup>
4238
<Compile Update="Properties\SRResource.Designer.cs">
4339
<DesignTime>True</DesignTime>

0 commit comments

Comments
 (0)