This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
protobuf
Watch
1
Star
0
Fork
0
You've already forked protobuf
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
3cae8e4467
protobuf
/
csharp
/
global.json
6 lines
45 B
JSON
Raw
Normal View
History
Unescape
Escape
Convert C# projects to MSBuild (csproj) format This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
2017-05-04 07:51:46 +00:00
{
"sdk"
:
{
Fix C# nuget build on Kokoro (#4912) * upgrade dotnet SDK to 2.1.3 on kokoro linux
2018-07-18 18:04:59 +00:00
"version"
:
"2.1.3"
Convert C# projects to MSBuild (csproj) format This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
2017-05-04 07:51:46 +00:00
}
}
Reference in New Issue
Copy Permalink