Skip to content

Commit

Permalink
Updated demo apps to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stavroskasidis committed Nov 16, 2022
1 parent 0be28fe commit dcc89fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.0" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.0" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="22.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.0" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.0.0-test" />
<PackageReference Include="BlazorWasmAntivirusProtection" Version="2.1.0-beta" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dcc89fa

Please sign in to comment.