Skip to content

Commit 0053796

Browse files
chore: update dotnet monorepo
1 parent 04bae55 commit 0053796

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.14.28" />
4+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.7.1" />
55
</ItemGroup>
66

77
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.422",
3+
"version": "10.0.301",
44
"rollForward": "latestMajor"
55
},
66
"msbuild-sdks": {

src/YoloDev.Sdk.RoslynAnalyzerLib/Sdk/ProjectProperties.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0"
10+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="5.6.0"
1111
IsImplicitlyDefined="true" PrivateAssets="all" />
12-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0"
12+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.6.0"
1313
IsImplicitlyDefined="true" PrivateAssets="all" />
1414
<PackageReference Include="YoloDev.Sdk.RoslynAnalyzerLib" Version="$$VERSION$$"
1515
IsImplicitlyDefined="true" PrivateAssets="all" />

src/YoloDev.Sdk/Sdk/SourceLink.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup Condition=" '$(EnableSourceLink)' == 'true' ">
12-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" IsImplicitlyDefined="true" PrivateAssets="all" />
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.300" IsImplicitlyDefined="true" PrivateAssets="all" />
1313
</ItemGroup>
1414

1515
<Target Name="_SetPackageProjectUrlFromSourceController"

0 commit comments

Comments
 (0)