Skip to content

Commit ac44197

Browse files
committed
Undo .NET 7 preperation. This has moved to a seperate branch
1 parent bdff9bd commit ac44197

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

examples/FluentUI.Demo.Client/FluentUI.Demo.Client.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@
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>

examples/FluentUI.Demo.Shared/FluentUI.Demo.Shared.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
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>

src/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,10 @@
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

0 commit comments

Comments
 (0)