Skip to content

Commit 6f071cb

Browse files
chore(deps): update dotnet monorepo (#3715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3e5970 commit 6f071cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
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.101",
3+
"version": "8.0.401",
44
"rollForward": "latestMinor"
55
}
66
}

config/.csharp-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.101
1+
8.0.401

playground/csharp/Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<PackageReference Include="dotenv.net" Version="3.1.3"/>
1818
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0"/>
19-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0"/>
19+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1"/>
2020
</ItemGroup>
2121

2222
</Project>

tests/output/csharp/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.101",
3+
"version": "8.0.401",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)