Skip to content

Commit 05e96e8

Browse files
chore(deps): update all dependencies
1 parent 8b52c41 commit 05e96e8

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Meziantou.Polyfill" Version="1.0.62">
14+
<PackageReference Include="Meziantou.Polyfill" Version="1.0.154">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "10.0.300",
3+
"version": "10.0.301",
44
"rollForward": "latestPatch"
55
},
66
"msbuild-sdks": {
7-
"Meziantou.NET.Sdk": "1.0.103",
8-
"Meziantou.NET.Sdk.Test": "1.0.103",
9-
"Meziantou.NET.Sdk.Web": "1.0.103"
7+
"Meziantou.NET.Sdk": "1.0.113",
8+
"Meziantou.NET.Sdk.Test": "1.0.113",
9+
"Meziantou.NET.Sdk.Web": "1.0.113"
1010
}
1111
}

src/DocumentationGenerator/DocumentationGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.1.18" />
9+
<PackageReference Include="Meziantou.Framework.FullPath" Version="2.1.6" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
1111
</ItemGroup>
1212

src/ListDotNetTypes/ListDotNetTypes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="NuGet.Protocol" Version="7.3.1" />
9+
<PackageReference Include="NuGet.Protocol" Version="7.6.0" />
1010
</ItemGroup>
1111

1212
</Project>

tests/Meziantou.Analyzer.Test/Meziantou.Analyzer.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Meziantou.NET.Sdk.Test">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0" />
4+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.9" />
55
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.4" />
66
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.4" />
77
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing" Version="1.1.4" />

0 commit comments

Comments
 (0)