-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
751f909
commit c7fb6dd
Showing
18 changed files
with
192 additions
and
185 deletions.
There are no files selected for viewing
32 changes: 16 additions & 16 deletions
32
src/Bamboo.Configuration.Apollo/Bamboo.Configuration.Apollo.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<Copyright>7tiny</Copyright> | ||
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl> | ||
<Company>www.7tiny.com</Company> | ||
<Authors>7tiny</Authors> | ||
<Description></Description> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<Description></Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
40 changes: 20 additions & 20 deletions
40
src/Bamboo.Configuration.Core/Bamboo.Configuration.Core.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<Copyright>7tiny</Copyright> | ||
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl> | ||
<Company>www.7tiny.com</Company> | ||
<Authors>7tiny</Authors> | ||
<Description>分布式配置中心核心</Description> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<Description>分布式配置中心核心</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Logging" Version="1.0.4" /> | ||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Logging" Version="1.0.4" /> | ||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
|
||
</Project> |
39 changes: 21 additions & 18 deletions
39
src/Bamboo.Configuration.Git/Bamboo.Configuration.Git.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>分布式配置中心git扩展,支持各种git源</Description> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Copyright>7tiny</Copyright> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>分布式配置中心git扩展,支持各种git源</Description> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="LibGit2Sharp" Version="0.26.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="LibGit2Sharp" Version="0.26.2" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
<ProjectReference Include="..\Bamboo.Configuration.Json\Bamboo.Configuration.Json.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
<ProjectReference Include="..\Bamboo.Configuration.Json\Bamboo.Configuration.Json.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
41 changes: 20 additions & 21 deletions
41
src/Bamboo.Configuration.Json/Bamboo.Configuration.Json.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Description>分布式配置中心json扩展,支持本地json源</Description> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<Copyright>7tiny</Copyright> | ||
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl> | ||
<Company>www.7tiny.com</Company> | ||
<Authors>7tiny</Authors> | ||
<Description></Description> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Description>分布式配置中心json扩展,支持本地json源</Description> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<Description></Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
42 changes: 21 additions & 21 deletions
42
src/Bamboo.Configuration.MySql/Bamboo.Configuration.MySql.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<Copyright>7tiny</Copyright> | ||
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl> | ||
<Company>www.7tiny.com</Company> | ||
<Authors>7tiny</Authors> | ||
<Description>分布式配置中心MySql扩展</Description> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<Description>分布式配置中心MySql扩展</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="SevenTiny.Bantina.Bankinate.Core" Version="1.0.24" /> | ||
<PackageReference Include="SevenTiny.Bantina.Bankinate.MySql" Version="1.0.21" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" /> | ||
<PackageReference Include="SevenTiny.Bantina.Bankinate.Core" Version="1.0.24" /> | ||
<PackageReference Include="SevenTiny.Bantina.Bankinate.MySql" Version="1.0.21" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
40 changes: 20 additions & 20 deletions
40
src/Bamboo.Configuration.Xml/Bamboo.Configuration.Xml.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Description>分布式配置中心xml扩展,支持本地xml源</Description> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<PackageProjectUrl>https://github.com/Bamboo/Bamboo.Configuration</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Bamboo/Bamboo.Configuration.git</RepositoryUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<Copyright>7tiny</Copyright> | ||
<PackageLicenseUrl>https://github.com/Bamboo/Bamboo.Bantina</PackageLicenseUrl> | ||
<Company>www.7tiny.com</Company> | ||
<Authors>7tiny</Authors> | ||
<Description></Description> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Description>分布式配置中心xml扩展,支持本地xml源</Description> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<Description></Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Bamboo.Configuration.Core\Bamboo.Configuration.Core.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 21 additions & 18 deletions
39
src/Bamboo.ScriptEngine.CSharp/Bamboo.ScriptEngine.CSharp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>Bamboo Script Engine with CSharp</Description> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Chameleon.FaaS</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Chameleon.FaaS</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Copyright>7tiny</Copyright> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>Bamboo Script Engine with CSharp</Description> | ||
<Authors>7tiny</Authors> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Configuration.Git" Version="1.0.2" /> | ||
<PackageReference Include="Bamboo.ScriptEngine.Core" Version="1.0.1" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.5.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
<PackageReference Include="NuGet.Packaging" Version="5.8.0" /> | ||
<PackageReference Include="NuGet.Protocol" Version="5.8.0" /> | ||
<PackageReference Include="SevenTiny.Bantina" Version="1.0.64" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Configuration.Git" Version="1.0.2" /> | ||
<PackageReference Include="Bamboo.ScriptEngine.Core" Version="1.0.1" /> | ||
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.5.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
<PackageReference Include="NuGet.Packaging" Version="5.8.0" /> | ||
<PackageReference Include="NuGet.Protocol" Version="5.8.0" /> | ||
<PackageReference Include="SevenTiny.Bantina" Version="1.0.64" /> | ||
</ItemGroup> | ||
|
||
</Project> |
32 changes: 17 additions & 15 deletions
32
src/Bamboo.ScriptEngine.Core/Bamboo.ScriptEngine.Core.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>Bamboo Script Engine Core</Description> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Chameleon.FaaS</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Chameleon.FaaS</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
<Copyright>7tiny</Copyright> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Description>Bamboo Script Engine Core</Description> | ||
<Copyright>7tiny</Copyright> | ||
<Company>www.7tiny.com</Company> | ||
<PackageLicenseUrl>https://github.com/sevenTiny/Bamboo/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/sevenTiny/Bamboo</PackageProjectUrl> | ||
<PackageIconUrl>https://raw.githubusercontent.com/sevenTiny/src/master/images/7tiny.ico</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/sevenTiny/Bamboo</RepositoryUrl> | ||
<RepositoryType>dotnet</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Configuration.Json" Version="1.0.1" /> | ||
<PackageReference Include="Bamboo.Logging" Version="1.0.4" /> | ||
<PackageReference Include="fasterflect" Version="3.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Bamboo.Configuration.Json" Version="1.0.1" /> | ||
<PackageReference Include="Bamboo.Logging" Version="1.0.4" /> | ||
<PackageReference Include="fasterflect" Version="3.0.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.