From fc238a2c3d9b70ce2417d6a37fbee9b95f92e22a Mon Sep 17 00:00:00 2001 From: Maria Naggaga Nakanwagi Date: Wed, 20 May 2020 09:51:41 -0400 Subject: [PATCH 1/3] Added the binder like to the Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 170803c..4adced3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/try-samples/try-samples-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=548&branchName=master) ![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dotnet/try-samples/master?urlpath=lab) + # Try .NET dotnet bot in space || [**Basics**](#basics) • [**Contribution Guidelines**](#contribution) || From d0675e69dcc5987091b63b870b6b6430182188a3 Mon Sep 17 00:00:00 2001 From: LadyNaggaga Date: Wed, 20 May 2020 11:16:52 -0400 Subject: [PATCH 2/3] Removed the additional space between the badges --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4adced3..8074c73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet/try-samples/try-samples-ci?branchName=master)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=548&branchName=master) ![dotnet try Enabled](https://img.shields.io/badge/Try_.NET-Enabled-501078.svg) - [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dotnet/try-samples/master?urlpath=lab) # Try .NET dotnet bot in space From 3e3c180047c1ba2e14d8d194d4167848ce580aeb Mon Sep 17 00:00:00 2001 From: LadyNaggaga Date: Wed, 20 May 2020 11:31:25 -0400 Subject: [PATCH 3/3] Update to 3.1 --- Beginners/myapp/myapp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Beginners/myapp/myapp.csproj b/Beginners/myapp/myapp.csproj index 8f5d984..9f2c3bc 100644 --- a/Beginners/myapp/myapp.csproj +++ b/Beginners/myapp/myapp.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.0 + netcoreapp3.1