Giter VIP home page Giter VIP logo

framework461-standard20's Introduction

Framework 4.6.1 and Standard 2.0

Framework 4.6.1

# Build
msbuild Framework461/MyLibrary/MyLibrary.fsproj

# Not supported on Mono
nuget pack Framework461/MyLibrary/MyLibrary.fsproj -OutputDirectory ~/.local-nuget -IncludeReferencedProjects -Prop Configuration=Release

# Pack
nuget pack Framework461/MyLibrary/MyLibrary.nuspec -OutputDirectory ~/.local-nuget -Prop Configuration=Debug -Prop Id=MyLibrary

Standard 2.0

# Build 
dotnet build Standard20/MyApp/MyApp.fsproj

# Create NuGet config (Not working on mono)
nuget config -ConfigFile NuGet.config

# Add package reference
dotnet add Standard20/MyApp/MyApp.fsproj package MyLibrary

# Restore package
dotnet restore Standard20/MyApp/MyApp.fsproj

# Add package reference
dotnet add Standard20/MyApp/MyApp.fsproj package Serilog
dotnet add Standard20/MyApp/MyApp.fsproj package Serilog.Sinks.RollingFile

# Run
dotnet run --project Standard20/MyApp/MyApp.fsproj

Paket

# Break reference in MyLibrary 
paket add Serilog --project Framework461/MyLibrary/MyLibrary.fsproj
paket add Serilog.Sinks.RollingFile --project Framework461/MyLibrary/MyLibrary.fsproj

paket remove Serilog --project Framework461/MyLibrary/MyLibrary.fsproj
paket remove Serilog.Sinks.RollingFile --project Framework461/MyLibrary/MyLibrary.fsproj

Self Contained

# Publish
dotnet publish -c release -r osx.10.10-x64  Standard20/MyApp/MyApp.fsproj --output "../../Dist"

# Run
./Dist/MyApp

framework461-standard20's People

Contributors

wk-j avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.