Merge branch 'rel/1.0.0' into dev/jgoshi/handleDeprecatedPJ
This commit is contained in:
commit
60f2b2e4ab
78 changed files with 487 additions and 404 deletions
|
@ -8,12 +8,6 @@
|
|||
<ProjectGuid>F8F96F4A-F10C-4C54-867C-A9EFF55494C8</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="**\*.cs" />
|
||||
<EmbeddedResource Include="**\*.resx" Exclude="@(EmbeddedResource)" />
|
||||
<EmbeddedResource Include="compiler\resources\**\*" Exclude="@(EmbeddedResource)" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="NETStandard.Library">
|
||||
<Version>1.6.0</Version>
|
||||
|
|
|
@ -2,9 +2,9 @@ using System;
|
|||
|
||||
namespace App.Tests
|
||||
{
|
||||
public class Program
|
||||
public class TestAssetProgram
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
public static void TestAssetMain(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue