Skip to content

Commit

Permalink
changed to portable (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy <[email protected]>
  • Loading branch information
cschuchardt88 and Jim8y authored Dec 5, 2023
1 parent 01f093e commit e9662af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assertions/assertions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageId>Neo.Assertions</PackageId>
<RootNamespace>Neo.Assertions</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/bctklib/bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageId>Neo.BlockchainToolkit</PackageId>
<RootNamespace>Neo.BlockchainToolkit</RootNamespace>
<DebugType>Embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(CI)' == 'true'">
Expand Down
2 changes: 1 addition & 1 deletion src/collector/collector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<TargetFramework></TargetFramework>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/test-harness/test-harness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageId>Neo.Test.Harness</PackageId>
<RootNamespace>NeoTestHarness</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e9662af

Please sign in to comment.