minor changes in dependencies

This commit is contained in:
Florian Förster 2025-06-19 10:00:05 +02:00
parent b966db9d8a
commit 81af5c9e9e
2 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="dopt.TOM" Version="0.1.1-beta2" /> <PackageReference Include="dopt.TOM" Version="0.1.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -7,14 +7,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dopt.TOM-Integration", "dop
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU Release|x64 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Debug|x64.ActiveCfg = Debug|x64
{46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Debug|Any CPU.Build.0 = Debug|Any CPU {46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Debug|x64.Build.0 = Debug|x64
{46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Release|Any CPU.ActiveCfg = Release|Any CPU {46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Release|x64.ActiveCfg = Release|x64
{46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Release|Any CPU.Build.0 = Release|Any CPU {46BE74FE-A2BE-4C57-856D-46273BDB0D8D}.Release|x64.Build.0 = Release|x64
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE