Skip to content

Commit

Permalink
Bump PrefixClassName.MsTest, remove explicit sourcelink ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mikernet committed Mar 9, 2024
1 parent c502042 commit 57c2f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup Label="Source Link" Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\Resources\Singulink Icon 128x128.png">
<Pack>True</Pack>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="coverlet.collector" Version="6.0.1" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="PrefixClassName.MsTest" Version="1.2" />
<PackageReference Include="PrefixClassName.MsTest" Version="1.2.1" />

<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)BannedSymbols.txt" />
Expand Down

0 comments on commit 57c2f7e

Please sign in to comment.