提交 5ca9a7b3 编写于 作者: lindexi_gd's avatar lindexi_gd

集成测试

上级 c0cd6f04
<Project>
<PropertyGroup>
<Version>0.1.19393-alpha09</Version>
<Version>0.1.19393-alpha10</Version>
</PropertyGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<Import Condition="Exists('obj\AppUsingSource.csproj.nuget.g.props') " Project="obj\AppUsingSource.csproj.nuget.g.props" />
<!--<Import Condition="Exists('obj\AppUsingSource.csproj.nuget.g.props') " Project="obj\AppUsingSource.csproj.nuget.g.props" />-->
<PropertyGroup>
<TargetFrameworks>net45;net5.0</TargetFrameworks>
......@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TheLib.Source" Version="1.0.3-alpha05" />
<PackageReference Include="TheLib.Source" Version="1.0.3-alpha06" />
</ItemGroup>
<Import Condition="Exists('obj\AppUsingSource.csproj.nuget.g.targets') " Project="obj\AppUsingSource.csproj.nuget.g.targets" />
<!--<Import Condition="Exists('obj\AppUsingSource.csproj.nuget.g.targets') " Project="obj\AppUsingSource.csproj.nuget.g.targets" />-->
</Project>
......@@ -10,6 +10,11 @@ namespace AppUsingSource
{
var money = new Money(12312);
var v = (money, "123");
Console.WriteLine(v);
#if NET45
var dependencyObject = new DependencyObject();
#endif
Console.WriteLine(money.ToCapital());
Console.ReadLine();
......
......@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dotnetCampus.SourceYard" Version="0.1.19393-alpha09">
<PackageReference Include="dotnetCampus.SourceYard" Version="0.1.19393-alpha10">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
......
<Project>
<PropertyGroup>
<Version>1.0.3-alpha05</Version>
<Version>1.0.3-alpha06</Version>
</PropertyGroup>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册