ref nuget

pull/1/head v1.0.0
吴顺明 2 years ago
parent 4eb5692b43
commit 6c3e18ae62

3
.gitignore vendored

@ -1,2 +1,3 @@
/bin/ /bin/
/obj/ /obj/
*.DS_Store

@ -11,9 +11,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\UMC.Proxy\UMC.Proxy.csproj" /> <PackageReference Include="UMC.Activities" Version="1.0.4" />
<ProjectReference Include="..\UMC.Data\UMC.Data.csproj" /> <PackageReference Include="UMC.Proxy" Version="1.0.35" />
<ProjectReference Include="..\UMC.Activities\UMC.Activities.csproj" />
<ProjectReference Include="..\UMC\UMC.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>
Loading…
Cancel
Save