GitXplorerGitXplorer
t

dotnetshim

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c2d8b558b8b8446a2af221ca57c5739a0dfedafe

Add a simple readme

ttwsouthwick committed 8 years ago
Unverified
c2acde46c4acbe03e7e2e297fd173dbd024f02f8

Add initial shim example

ttwsouthwick committed 8 years ago
Unverified
87b1778b3cd445498d4285f510f8fbdf0f1617ba

Add .gitignore and .gitattributes.

ttwsouthwick committed 8 years ago

README

The README file for this repository.

.NET Runtime shim

This project is an example of how a different runtime can be hosted than the run being run. There are two examples:

  1. net35host.exe Starts up the .NET 4.0 runtime and runs a method in a .NET 4.5 targeted library
  2. net45host.exe Starts up the .NET 2.0 runtime and runs a method in a .NET 3.5 targeted library