Updated nuke dependencies

Removed outdated information from README.md
This commit is contained in:
Benjamin Höglinger-Stelzer
2019-08-27 14:06:48 -04:00
parent 7420261dc3
commit ff2fd11726
2 changed files with 7 additions and 10 deletions

View File

@@ -10,16 +10,10 @@ TBD
## How to build
### Dependencies
- [Boost.Asio](https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio.html)
### Prerequisites
- Visual Studio **2017** ([Community Edition](https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15) is just fine)
- [.NET Core SDK 2.1](https://www.microsoft.com/net/download/dotnet-core/2.1) (or greater, required for building only)
- [Vcpkg Quick Start](https://github.com/Microsoft/vcpkg#quick-start)
- `.\vcpkg.exe install boost-asio:x86-windows-static boost-asio:x64-windows-static`
- [.NET Core SDK 2.1](https://github.com/dotnet/cli/tree/release/2.1#installers-and-binaries) (or greater, required for building only)
You can either build directly within Visual Studio or in PowerShell by running the build script:

View File

@@ -11,9 +11,12 @@
<ItemGroup>
<PackageReference Include="Nefarius.JsonConfig" Version="1.0.2" />
<PackageReference Include="Nuke.Common" Version="0.13.0" />
<PackageReference Include="GitVersion.CommandLine" Version="4.0.0" />
<PackageReference Include="Vestris.ResourceLib" Version="2.0.0" />
<PackageReference Include="Nuke.Common" Version="0.21.2" />
<PackageReference Include="GitVersion.CommandLine" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Vestris.ResourceLib" Version="2.1.0" />
</ItemGroup>
<ItemGroup>