Skip to content

Commit

Permalink
Khala.Messaging.Abstraction Nuget 스펙을 변경합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuwon committed Aug 26, 2017
1 parent 0cd42cf commit e36dcbc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ build:
verbosity: minimal
after_build:
- cmd: >-
nuget pack nuget\Khala.Messaging.Abstraction.nuspec
nuget pack nuget\Khala.Messaging.Azure.nuspec
nuget pack nuget\Khala.Messaging.Azure.Owin.nuspec
Expand Down
8 changes: 4 additions & 4 deletions nuget/Khala.Messaging.Abstraction.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Khala.Messaging.Abstraction</id>
<version>0.10.0</version>
<version>0.20.0</version>
<title>Khala.Messaging.Abstraction</title>
<authors>Gyuwon</authors>
<owners>Gyuwon</owners>
Expand All @@ -14,9 +14,9 @@
<copyright>Copyright Gyuwon 2017</copyright>
<tags>Khala Reactive Messaging</tags>
<dependencies>
<group targetFramework="netstandard1.1">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<group targetFramework="netstandard2.0">
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Description>Abstraction layer for asynchronous messaging</Description>
<Copyright>Copyright Gyuwon 2017</Copyright>
<PackageTags>Khala Reactive Messaging</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion source/Khala.Messaging.Azure/Khala.Messaging.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion source/Khala.Messaging.Tests/Khala.Messaging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
<HintPath>..\packages\System.Interactive.3.1.1\lib\net45\System.Interactive.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down

0 comments on commit e36dcbc

Please sign in to comment.