[CSHARP-2044] Migrate .NET Core build away from project.json Created: 26/Sep/17 Updated: 28/Oct/23 Resolved: 27/Nov/17 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | Build |
| Affects Version/s: | 2.4.4 |
| Fix Version/s: | 2.5 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Robert Stam | Assignee: | Vincent Kam (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | neweng | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
We have separate projects for our .NET Framework and our .NET Core builds. Also, the .NET Core build is still using project.json which has been deprecated. It is possible that with the latest version of Visual Studio we could use a single project to multi-target both frameworks. At the very least we need to migrate away from using project.json. |
| Comments |
| Comment by Githook User [ 27/Nov/17 ] |
|
Author: {'name': 'vincentkam', 'email': 'vincent.kam@10gen.com'}Message: .NET core build uses project.json which has been deprecated. This commit
|