-
Notifications
You must be signed in to change notification settings - Fork 5
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
6925c0f
commit 8c05c29
Showing
5 changed files
with
43 additions
and
44 deletions.
There are no files selected for viewing
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
63 changes: 32 additions & 31 deletions
63
FluentSim/FluentSim.csproj → FluentSim/FluentSimulator.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,31 +1,32 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
<LangVersion>latest</LangVersion> | ||
<Copyright>Copyright © 2017</Copyright> | ||
<Title>FluentSim</Title> | ||
<Product>FluentSim</Product> | ||
<Version>2.0.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/paulmorrishill/FluentSimulator</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/paulmorrishill/FluentSimulator</PackageProjectUrl> | ||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile> | ||
<Description>FluentSimulator is a .Net HTTP API simulator library that is extremely versitile and unassuming.</Description> | ||
<Authors>Paul Morris-Hill</Authors> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE.txt"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | ||
<LangVersion>latest</LangVersion> | ||
<Copyright>Copyright © 2017</Copyright> | ||
<Title>FluentSim</Title> | ||
<Product>FluentSim</Product> | ||
<Version>2.0.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<RepositoryUrl>https://github.com/paulmorrishill/FluentSimulator</RepositoryUrl> | ||
<PackageProjectUrl>https://github.com/paulmorrishill/FluentSimulator</PackageProjectUrl> | ||
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile> | ||
<Description>FluentSimulator is a .Net HTTP API simulator library that is extremely versitile and unassuming.</Description> | ||
<Authors>Paul Morris-Hill</Authors> | ||
<PackageLicenseUrl></PackageLicenseUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE.txt"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</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
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