https://github.com/miclip/dotnetversions
https://github.com/miclip/dotnetversions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miclip/dotnetversions
- Owner: miclip
- Created: 2017-03-29T14:46:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T14:54:19.000Z (about 8 years ago)
- Last Synced: 2025-02-05T02:38:54.814Z (4 months ago)
- Language: C#
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotnetversion
Simple application that displays installed versions of .NET based on the registry. Useful for containers where remote access is difficult.
Based on this article: https://msdn.microsoft.com/en-us/library/hh925568%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
Deploy to PCF:
cd to dotnetversions directory that contains csproj
`dotnet restore `
`dotnet build -f net452`
`dotnet publish `
`cf push -p bin\Release\PublishOutput`
Some of the versions will be repeated due to how MSFT changes how they registered .NET versions. Typcially you'll be looking for the latest.