-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump CommunityToolkit.Mvvm in /src/Spice86
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.2.2 to 8.3.2. - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](CommunityToolkit/dotnet@v8.2.2...v8.3.2) --- updated-dependencies: - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
fdcd265
commit 0917708
Showing
1 changed file
with
100 additions
and
100 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,100 +1,100 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<WarningsAsErrors>nullable</WarningsAsErrors> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
<NoWarn>1591;1572;1573;1570;1587;1574</NoWarn> | ||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> | ||
</PropertyGroup> | ||
<!-- Properties geared towards NuGet --> | ||
<PropertyGroup> | ||
<NoWarn>CS1591</NoWarn> | ||
<PackageId>Spice86</PackageId> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<version>7.0.0</version> | ||
<PackageReleaseNotes>Some breaking API changes (SegmentRegisters.cs), WIP new CFG_CPU, addtionnal memory/disasm views to the internal debugger, replaced UI DI framework with Microsoft.DI.</PackageReleaseNotes> | ||
<Authors>Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel</Authors> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<Description>Reverse engineer and rewrite real mode DOS programs</Description> | ||
<PackageTags>reverse-engineering;avalonia;debugger;assembly;emulator;cross-platform</PackageTags> | ||
<PackageProjectUrl>https://github.com/OpenRakis/Spice86</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/OpenRakis/Spice86</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<!-- set by DotNet.ReproducibleBuilds --> | ||
<PropertyGroup> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="libportaudio.dll"> | ||
<PackagePath>lib\net8.0\libportaudio.dll</PackagePath> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
<Pack>True</Pack> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<!-- Package references --> | ||
<ItemGroup> | ||
<PackageReference Include="Avalonia" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Controls.PanAndZoom" Version="11.1.0.1" /> | ||
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.10" /> | ||
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" /> | ||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> | ||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.4" /> | ||
<PackageReference Include="AvaloniaGraphControl" Version="0.6.1" /> | ||
<PackageReference Include="AvaloniaHex" Version="0.1.3" /> | ||
<PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.1.1" /> | ||
<PackageReference Include="bodong.PropertyModels" Version="11.1.1.1" /> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> | ||
<PackageReference Include="DialogHost.Avalonia" Version="0.8.1" /> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" /> | ||
<PackageReference Include="DialogHost.Avalonia" Version="0.8.1" /> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentIcons.Avalonia.Fluent" Version="1.1.258" /> | ||
<PackageReference Include="Iced" Version="1.21.0" /> | ||
<PackageReference Include="JvE.Structurizer" Version="1.0.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.Analyzers" Version="4.12.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Semi.Avalonia" Version="11.1.0.4" /> | ||
<PackageReference Include="Semi.Avalonia.DataGrid" Version="11.1.0.4" /> | ||
<PackageReference Include="Semi.Avalonia.TreeDataGrid" Version="11.0.10" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AvaloniaResource Include="Assets\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Spice86.Core\Spice86.Core.csproj" /> | ||
<ProjectReference Include="..\Spice86.Logging\Spice86.Logging.csproj" /> | ||
<ProjectReference Include="..\Spice86.Shared\Spice86.Shared.csproj" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<WarningsAsErrors>nullable</WarningsAsErrors> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> | ||
<NoWarn>1591;1572;1573;1570;1587;1574</NoWarn> | ||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> | ||
</PropertyGroup> | ||
<!-- Properties geared towards NuGet --> | ||
<PropertyGroup> | ||
<NoWarn>CS1591</NoWarn> | ||
<PackageId>Spice86</PackageId> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<version>7.0.0</version> | ||
<PackageReleaseNotes>Some breaking API changes (SegmentRegisters.cs), WIP new CFG_CPU, addtionnal memory/disasm views to the internal debugger, replaced UI DI framework with Microsoft.DI.</PackageReleaseNotes> | ||
<Authors>Kevin Ferrare, Maximilien Noal, Joris van Eijden, Artjom Vejsel</Authors> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<Description>Reverse engineer and rewrite real mode DOS programs</Description> | ||
<PackageTags>reverse-engineering;avalonia;debugger;assembly;emulator;cross-platform</PackageTags> | ||
<PackageProjectUrl>https://github.com/OpenRakis/Spice86</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/OpenRakis/Spice86</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<!-- set by DotNet.ReproducibleBuilds --> | ||
<PropertyGroup> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="libportaudio.dll"> | ||
<PackagePath>lib\net8.0\libportaudio.dll</PackagePath> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
<Pack>True</Pack> | ||
</Content> | ||
</ItemGroup> | ||
|
||
<!-- Package references --> | ||
<ItemGroup> | ||
<PackageReference Include="Avalonia" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Controls.PanAndZoom" Version="11.1.0.1" /> | ||
<PackageReference Include="Avalonia.Controls.TreeDataGrid" Version="11.0.10" /> | ||
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" /> | ||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> | ||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" /> | ||
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.4" /> | ||
<PackageReference Include="AvaloniaGraphControl" Version="0.6.1" /> | ||
<PackageReference Include="AvaloniaHex" Version="0.1.3" /> | ||
<PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.1.1" /> | ||
<PackageReference Include="bodong.PropertyModels" Version="11.1.1.1" /> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> | ||
<PackageReference Include="DialogHost.Avalonia" Version="0.8.1" /> | ||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" /> | ||
<PackageReference Include="DialogHost.Avalonia" Version="0.8.1" /> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="ErrorProne.NET.CoreAnalyzers" Version="0.1.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentIcons.Avalonia.Fluent" Version="1.1.258" /> | ||
<PackageReference Include="Iced" Version="1.21.0" /> | ||
<PackageReference Include="JvE.Structurizer" Version="1.0.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="Roslynator.Analyzers" Version="4.12.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Semi.Avalonia" Version="11.1.0.4" /> | ||
<PackageReference Include="Semi.Avalonia.DataGrid" Version="11.1.0.4" /> | ||
<PackageReference Include="Semi.Avalonia.TreeDataGrid" Version="11.0.10" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<AvaloniaResource Include="Assets\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Spice86.Core\Spice86.Core.csproj" /> | ||
<ProjectReference Include="..\Spice86.Logging\Spice86.Logging.csproj" /> | ||
<ProjectReference Include="..\Spice86.Shared\Spice86.Shared.csproj" /> | ||
</ItemGroup> | ||
</Project> |