-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
78 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.100-rc.1.23463.5", | ||
"rollForward": "disable" | ||
"version": "8.0.100-rc.2.23502.2", | ||
"rollForward": "disable" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,21 +19,21 @@ | |
<Content Remove="appsettings.json" /> | ||
<EmbeddedResource Include="appsettings.json" /> | ||
|
||
<PackageReference Include="Bit.BlazorUI" Version="6.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Icons" Version="6.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Assets" Version="6.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Extras" Version="6.0.0" /> | ||
<PackageReference Include="Bit.CodeAnalyzers" Version="6.0.0"> | ||
<PackageReference Include="Bit.BlazorUI" Version="7.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Icons" Version="7.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Assets" Version="7.0.0" /> | ||
<PackageReference Include="Bit.BlazorUI.Extras" Version="7.0.0" /> | ||
<PackageReference Include="Bit.CodeAnalyzers" Version="7.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Bit.SourceGenerators" Version="6.0.0"> | ||
<PackageReference Include="Bit.SourceGenerators" Version="7.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0-rc.1.23421.29" /> | ||
<PackageReference Condition=" '$(BlazorMode)' == 'BlazorWebAssembly' " Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.1.23421.29" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.1.23421.29" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageReference Condition=" '$(BlazorMode)' == 'BlazorWebAssembly' " Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-rc.2.23480.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.2.23480.2" /> | ||
|
||
<Using Include="System.Net.Http.Json" /> | ||
<Using Include="System.Collections.Concurrent" /> | ||
|
@@ -82,7 +82,7 @@ | |
</ItemGroup> | ||
|
||
<Target Name="BeforeBuildTasks" AfterTargets="CoreCompile"> | ||
<Exec Condition="!Exists('node_modules/.bin/sass') OR !Exists('node_modules/.bin/esbuild') OR !Exists('node_modules/.bin/tsc')" Command="npm install sass@1.65.1 typescript@5.1.6 [email protected].0 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" /> | ||
<Exec Condition="!Exists('node_modules/.bin/sass') OR !Exists('node_modules/.bin/esbuild') OR !Exists('node_modules/.bin/tsc')" Command="npm install sass@1.69.3 typescript@5.2.2 [email protected].4 --no-save" StandardOutputImportance="high" StandardErrorImportance="high" /> | ||
<Exec Command="node_modules/.bin/sass .:. Styles/app.scss:wwwroot/styles/app.css --style compressed --load-path=. --update" StandardOutputImportance="high" StandardErrorImportance="high" /> | ||
<Exec Command="node_modules/.bin/tsc" StandardOutputImportance="high" StandardErrorImportance="high" /> | ||
<Exec Condition=" '$(Configuration)' == 'Release' " Command="node_modules/.bin/esbuild wwwroot/scripts/app.js --minify --outfile=wwwroot/scripts/app.js --allow-overwrite" StandardOutputImportance="high" StandardErrorImportance="high" /> | ||
|
Oops, something went wrong.