File tree Expand file tree Collapse file tree 6 files changed +17
-21
lines changed
CodeBeam.MudExtensions.UnitTests.Viewer
CodeBeam.MudExtensions.UnitTests Expand file tree Collapse file tree 6 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <Nullable >disable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.11 " />
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.11 " PrivateAssets =" all" />
16- <PackageReference Include =" System.Net.Http.Json" Version =" 6 .0.0" />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.1 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.1 " PrivateAssets =" all" />
16+ <PackageReference Include =" System.Net.Http.Json" Version =" 7 .0.0" />
1717 </ItemGroup >
1818
1919</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >disable</Nullable >
77
88 <!-- <IsPackable>false</IsPackable>-->
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" bunit" Version =" 1.14.4 " />
12+ <PackageReference Include =" bunit" Version =" 1.16.2 " />
1313 <PackageReference Include =" CodecovUploader" Version =" 0.3.2" />
1414 <PackageReference Include =" FluentAssertions" Version =" 6.9.0" />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
Original file line number Diff line number Diff line change 44 <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
55 <Nullable >disable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <Version >6.2.5 </Version >
7+ <Version >6.2.6 </Version >
88 <Title >CodeBeam.MudBlazor.Extensions</Title >
99 <Authors >CodeBeam</Authors >
1010 <Company >CodeBeam</Company >
2222
2323 <ItemGroup >
2424 <PackageReference Include =" CsvHelper" Version =" 30.0.1" />
25- <PackageReference Include =" MudBlazor" Version =" 6.1.8 " />
25+ <PackageReference Include =" MudBlazor" Version =" 6.1.9 " />
2626 </ItemGroup >
2727
2828 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
7575 </Content >
7676 </ItemGroup >
7777
78- <!-- <ItemGroup>
79- <Folder Include="NewFolder\" />
80- </ItemGroup>-->
81-
8278</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <Nullable >disable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 6 .0.11 " />
16- <PackageReference Include =" MudBlazor" Version =" 6.1.8 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7 .0.1 " />
16+ <PackageReference Include =" MudBlazor" Version =" 6.1.9 " />
1717 </ItemGroup >
1818
1919 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <Nullable >disable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6 .0.11 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6 .0.11 " PrivateAssets =" all" />
12- <PackageReference Include =" MudBlazor" Version =" 6.1.8 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.1 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.1 " PrivateAssets =" all" />
12+ <PackageReference Include =" MudBlazor" Version =" 6.1.9 " />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 <Nullable >disable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" MudBlazor" Version =" 6.1.8 " />
10+ <PackageReference Include =" MudBlazor" Version =" 6.1.9 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
You can’t perform that action at this time.
0 commit comments