-
1. Re: rh-dotnetcore11 package seems to be out of date
bloudraak Apr 18, 2017 3:58 AM (in response to bloudraak)I also posed this question on StackOverflow since this forums doesn't seem that active.
-
2. Re: rh-dotnetcore11 package seems to be out of date
rickjwagner Apr 18, 2017 8:26 AM (in response to bloudraak)Hi Werner,
You're right, Red Hat's .NET Core 1.1 does not provide support for the newer build configuration file. Details can be found in the article at [1].
Hope that helps,
Rick
-
3. Re: rh-dotnetcore11 package seems to be out of date
bloudraak Apr 18, 2017 10:46 PM (in response to rickjwagner)I get access denied when visiting that link, even though I'm signed in.
-
4. Re: rh-dotnetcore11 package seems to be out of date
rickjwagner Apr 19, 2017 8:21 AM (in response to bloudraak)Hi Werner,
It looks like that article is for 'subscribers only', meaning Red Hat portal users. (Not developers.redhat.com users.) Do you have a Red Hat account? If so, please give it a try.
If not, I can summarize the article here:
- There is a gap, .csproj projects will not work under 1.1 for RHEL.
- This will be fixed with the release of 2.0, later this year
- In the meanwhile, it's best to keep the tooling aligned with the server runtime. (i.e. don't use the later version of Visual Studio. Use the version that was available when the server was provided.)
Hope that helps,
Rick