File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
NugetPackageVersionCamera : ' 99.0.0-preview${{ github.run_number }}'
23
23
NugetPackageVersionMediaElement : ' 99.0.0-preview${{ github.run_number }}'
24
24
NugetPackageVersionMaps : ' 99.0.0-preview${{ github.run_number }}'
25
- TOOLKIT_NET_VERSION : ' 9.0.200 '
25
+ TOOLKIT_NET_VERSION : ' 9.0.202 '
26
26
LATEST_NET_VERSION : ' 9.0.x'
27
27
PathToLibrarySolution : ' src/CommunityToolkit.Maui.sln'
28
28
PathToSamplesSolution : ' samples/CommunityToolkit.Maui.Sample.sln'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ variables:
6
6
NugetPackageVersionCamera : ' $(CurrentSemanticVersion)'
7
7
NugetPackageVersionMediaElement : ' $(CurrentSemanticVersion)'
8
8
NugetPackageVersionMaps : ' $(CurrentSemanticVersion)'
9
- TOOLKIT_NET_VERSION : ' 9.0.200 '
9
+ TOOLKIT_NET_VERSION : ' 9.0.202 '
10
10
LATEST_NET_VERSION : ' 9.0.x'
11
11
PathToLibrarySolution : ' src/CommunityToolkit.Maui.sln'
12
12
PathToSamplesSolution : ' samples/CommunityToolkit.Maui.Sample.sln'
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9.0.200 " ,
3
+ "version" : " 9.0.202 " ,
4
4
"rollForward" : " latestFeature" ,
5
5
"allowPrerelease" : false
6
6
}
You can’t perform that action at this time.
0 commit comments