File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed
src/Microsoft.Fast.Components.FluentUI Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
9- <ItemGroup Condition = " '$(TargetFramework)' == 'net6.0' " >
9+ <ItemGroup >
1010 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.7" />
1111 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.7" PrivateAssets =" all" />
1212 </ItemGroup >
1313
14- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7.0.0-preview.6.*" />
16- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7.0.0-preview.6.*" PrivateAssets =" all" />
17- </ItemGroup >
18-
1914 <ItemGroup >
2015 <ProjectReference Include =" ..\FluentUI.Demo.Shared\FluentUI.Demo.Shared.csproj" />
2116 </ItemGroup >
Original file line number Diff line number Diff line change 1212 <SupportedPlatform Include =" browser" />
1313 </ItemGroup >
1414
15- <ItemGroup Condition = " '$(TargetFramework)' == 'net6.0' " >
15+ <ItemGroup >
1616 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6.0.7" />
1717 </ItemGroup >
1818
19- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
20- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.0-preview.6.*" />
21- </ItemGroup >
22-
2319 <ItemGroup >
2420 <ProjectReference Include =" ..\..\src\Microsoft.Fast.Components.FluentUI\Microsoft.Fast.Components.FluentUI.csproj" />
2521 </ItemGroup >
Original file line number Diff line number Diff line change 5252 <SupportedPlatform Include =" browser" />
5353 </ItemGroup >
5454
55- <ItemGroup Condition = " '$(TargetFramework)' == 'net6.0' " >
55+ <ItemGroup >
5656 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6.0.0" />
5757 <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.0" />
5858 <PackageReference Include =" System.Text.Json" Version =" 6.0.0" />
59- </ItemGroup >
60-
61- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
62- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7.0.0-preview.6.*" />
63- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7.0.0-preview.6.*" />
64- <PackageReference Include =" System.Text.Json" Version =" 7.0.0-preview.6.*" />
65- </ItemGroup >
66-
67- <ItemGroup >
6859 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
6960 </ItemGroup >
7061
You can’t perform that action at this time.
0 commit comments