Skip to content

Commit

Permalink
chore(deps): bump Uno.Wasm.Bootstrap.DevServer from 7.0.5 to 7.0.31
Browse files Browse the repository at this point in the history
Bumps [Uno.Wasm.Bootstrap.DevServer](https://github.com/unoplatform/uno.wasm.bootstrap) from 7.0.5 to 7.0.31.
- [Release notes](https://github.com/unoplatform/uno.wasm.bootstrap/releases)
- [Changelog](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/release-procedure.md)
- [Commits](https://github.com/unoplatform/uno.wasm.bootstrap/commits)

---
updated-dependencies:
- dependency-name: Uno.Wasm.Bootstrap.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 3252d70 commit aae079d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
Expand Down Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Uno.UI.DevServer" Version="5.0.0-dev.3552" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.0-dev.3552" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.5" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.5" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.31" />

<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
Expand Down Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.0-dev.3552" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.0-dev.3552" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.5" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.5" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.31" />

<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
</ItemGroup>
Expand Down

0 comments on commit aae079d

Please sign in to comment.