File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 2525
2626
2727 <ItemGroup >
28- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 8.0.21 " Condition =" '$(TargetFramework)' == 'net8.0'" />
29- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.21 " Condition =" '$(TargetFramework)' == 'net8.0'" />
30- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.10 " Condition =" '$(TargetFramework)' == 'net9.0'" />
31- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.10 " Condition =" '$(TargetFramework)' == 'net9.0'" />
32- <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 10.0.0 " Condition =" '$(TargetFramework)' == 'net10.0'" />
33- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 10.0.0 " Condition =" '$(TargetFramework)' == 'net10.0'" />
28+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 8.0.23 " Condition =" '$(TargetFramework)' == 'net8.0'" />
29+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.23 " Condition =" '$(TargetFramework)' == 'net8.0'" />
30+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.12 " Condition =" '$(TargetFramework)' == 'net9.0'" />
31+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9.0.12 " Condition =" '$(TargetFramework)' == 'net9.0'" />
32+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 10.0.2 " Condition =" '$(TargetFramework)' == 'net10.0'" />
33+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 10.0.2 " Condition =" '$(TargetFramework)' == 'net10.0'" />
3434 <PackageReference Include =" System.Runtime.Loader" Version =" 4.3.0" />
3535 <PackageReference Include =" Tewr.Blazor.FileReader" Version =" 3.4.0.24340" />
3636 </ItemGroup >
4343 <None Include =" ..\LICENSE.txt" Pack =" true" PackagePath =" " />
4444 <None Include =" ..\icon-128.png" Pack =" true" PackagePath =" " />
4545 </ItemGroup >
46- </Project >
47-
48-
49-
46+ </Project >
You can’t perform that action at this time.
0 commit comments