File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >enable</ImplicitUsings >
76 <Nullable >enable</Nullable >
7+ <IsPackable >false</IsPackable >
8+ <AssemblyName >StellarDotnetSdk.Examples.Horizon</AssemblyName >
9+ <RootNamespace >StellarDotnetSdk.Examples.Horizon</RootNamespace >
10+ <ImplicitUsings >enable</ImplicitUsings >
11+ <LangVersion >12</LangVersion >
812 </PropertyGroup >
913
1014 <ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >enable</ImplicitUsings >
76 <Nullable >enable</Nullable >
7+ <IsPackable >false</IsPackable >
8+ <AssemblyName >StellarDotnetSdk.Examples.Soroban</AssemblyName >
9+ <RootNamespace >StellarDotnetSdk.Examples.Soroban</RootNamespace >
10+ <ImplicitUsings >enable</ImplicitUsings >
11+ <LangVersion >12</LangVersion >
812 </PropertyGroup >
913
1014 <ItemGroup >
You can’t perform that action at this time.
0 commit comments