Giter VIP home page Giter VIP logo

Comments (6)

shargon avatar shargon commented on June 30, 2024

@Jim8y ?

<Project Sdk="Microsoft.NET.Sdk">

	<PropertyGroup>
		<Title>Neo.SmartContract.Testing</Title>
		<TargetFrameworks>netstandard2.1;net7.0</TargetFrameworks>
		<LangVersion>latest</LangVersion>
		<PackageId>Neo.SmartContract.Testing</PackageId>
		<PackageTags>NEO;Blockchain;Smart Contract</PackageTags>
		<Description>TestEngine for NEO smart contract testing.</Description>
		<IncludeContentInPack>true</IncludeContentInPack>
		<ContentTargetFolders>content</ContentTargetFolders>
		<Nullable>enable</Nullable>
		<NoWarn>$(NoWarn);NU5128</NoWarn>
	</PropertyGroup>

	<ItemGroup>
		<PackageReference Include="Neo" Version="3.6.2-CI00001" />
		<PackageReference Include="Moq" Version="4.20.70" />
		<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
	</ItemGroup>

	<!--<ItemGroup>
	  <ProjectReference Include="..\..\neo\src\Neo\Neo.csproj" />
	</ItemGroup>-->

</Project>

from neo-devpack-dotnet.

Jim8y avatar Jim8y commented on June 30, 2024

is 3.6.2-CI00001published? i dont know what it means can not resolve it, because master neo has to be published?

from neo-devpack-dotnet.

shargon avatar shargon commented on June 30, 2024

Sent

from neo-devpack-dotnet.

vncoelho avatar vncoelho commented on June 30, 2024

That PR about devcontainer has a solution definition as well

from neo-devpack-dotnet.

shargon avatar shargon commented on June 30, 2024

is 3.6.2-CI00001published? i dont know what it means can not resolve it, because master neo has to be published?

Is published, is my proposed solution, remove the reference to the submodule, and link with the package, if someone want to debug it, just uncomment

from neo-devpack-dotnet.

shargon avatar shargon commented on June 30, 2024

Fixed

from neo-devpack-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.