Skip to content

Commit 01a0c54

Browse files
committed
build: update Aspire SDK version to 13.0.2
1 parent aceb2e9 commit 01a0c54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Directory.Build.props

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

88
<!-- .NET Aspire Version -->
9-
<AspireVersion>13.0.0</AspireVersion>
9+
<AspireVersion>13.0.2</AspireVersion>
1010

1111
<!-- General Settings -->
1212
<ImplicitUsings>enable</ImplicitUsings>

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"rollForward": "latestMinor"
66
},
77
"msbuild-sdks": {
8-
"Aspire.AppHost.Sdk": "13.0.0"
8+
"Aspire.AppHost.Sdk": "13.0.2"
99
}
1010
}

0 commit comments

Comments
 (0)