Skip to content

Commit 74d3957

Browse files
committed
chore: Upgrade packages
1 parent e0a52ef commit 74d3957

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

SE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/Users/stevengiesel/repos/StringBuilder/LinkDotNet.StringBuilder.slnx.metaproj : error MSB4126: The specified solution configuration "RELE|Any CPU" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/stevengiesel/repos/StringBuilder/LinkDotNet.StringBuilder.slnx]
2+
3+
Build FAILED.
4+
5+
/Users/stevengiesel/repos/StringBuilder/LinkDotNet.StringBuilder.slnx.metaproj : error MSB4126: The specified solution configuration "RELE|Any CPU" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/stevengiesel/repos/StringBuilder/LinkDotNet.StringBuilder.slnx]
6+
0 Warning(s)
7+
1 Error(s)
8+
9+
Time Elapsed 00:00:00.06

src/LinkDotNet.StringBuilder/LinkDotNet.StringBuilder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
</PropertyGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.288">
45+
<PackageReference Include="Meziantou.Analyzer" Version="3.0.1">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>
49-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102">
49+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103">
5050
<PrivateAssets>all</PrivateAssets>
5151
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5252
</PackageReference>

tests/LinkDotNet.StringBuilder.UnitTests/LinkDotNet.StringBuilder.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="6.0.4">
19+
<PackageReference Include="coverlet.collector" Version="8.0.0">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)