commit yo

This commit is contained in:
Tommy Parnell
2017-04-19 21:40:14 -04:00
commit 2cfe2e9d9d
7 changed files with 73 additions and 0 deletions

32
readme.md Normal file
View File

@@ -0,0 +1,32 @@
## TerribleDev.RuntimeIdentifier.MSBuild
A simple package to build all of your runtime identifiers
# Installation
Visual Studio:
```
PM> Install-Package TerribleDev.RuntimeIdentifier.MSBuild
```
dotnet cli
```
$ dotnet add package TerribleDev.RuntimeIdentifier.MSBuild
```
# Usage
add some runtime identifiers to your property group
```xml
<PropertyGroup>
<RuntimeIdentifiers>win10-x64;osx.10.11-x64</RuntimeIdentifiers>
</PropertyGroup>
```
run `dotnet publish` watch how you no longer have to specify the runtimes to compile for.