Skip to content

Commit c5bbd16

Browse files
committed
Package updates
1 parent dc794e0 commit c5bbd16

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Demos/ZMachine/ZKernel/ZKernel.csproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
6-
<Profile>VMware</Profile>
6+
<Profile>Bochs</Profile>
77
<BinFormat>ELF</BinFormat>
88
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
99
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
@@ -19,11 +19,11 @@
1919
<_DebugMode>Source</_DebugMode>
2020
<_IgnoreDebugStubAttribute>False</_IgnoreDebugStubAttribute>
2121
<_PxeInterface>192.168.211.1</_PxeInterface>
22-
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
23-
<Launch>VMware</Launch>
22+
<Description>Use Bochs emulator to deploy and debug.</Description>
23+
<Launch>Bochs</Launch>
2424
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
25-
<EnableGDB>False</EnableGDB>
26-
<StartCosmosGDB>False</StartCosmosGDB>
25+
<EnableGDB>True</EnableGDB>
26+
<StartCosmosGDB>True</StartCosmosGDB>
2727
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
2828
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
2929
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
@@ -34,8 +34,8 @@
3434
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
3535
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
3636
<VMware_PxeInterface>192.168.211.1</VMware_PxeInterface>
37-
<VMware_EnableGDB>True</VMware_EnableGDB>
38-
<VMware_StartCosmosGDB>True</VMware_StartCosmosGDB>
37+
<VMware_EnableGDB>False</VMware_EnableGDB>
38+
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
3939
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
4040
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
4141
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
</PropertyGroup>
66

7-
<ItemGroup>
8-
<PackageReference Include="Cosmos.Common" Version="*" />
9-
</ItemGroup>
7+
<ItemGroup>
8+
<PackageReference Include="Cosmos.Common" Version="0-*" NoWarn="NU1604" />
9+
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)