Skip to content

Commit e48d00b

Browse files
authored
Add reference to CoreWCF for writing services (#5360)
1 parent 4274d00 commit e48d00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ There are many .NET related projects on GitHub.
8686

8787
With the introduction of Windows 8, Microsoft made some of the client-oriented functionality available in the [Windows Store](https://msdn.microsoft.com/en-us/library/hh556233(v=vs.110).aspx). This allowed mobile devices to interact with WCF services that were built with the .NET framework version.
8888

89-
This new WCF project differs from these other products in 2 ways. First, it is built on .NET Core so that it can be used on a wider range of devices and operating system. Second, it is open-source and managed by the [.NET Foundation](http://www.dotnetfoundation.org/projects). Microsoft builds and publishes NuGet packages from the code in this repository. UWP and ASP.NET 5 applications use those packages.
89+
This new WCF project differs from these other products in 2 ways. First, it is built on .NET so that it can be used on a wider range of devices and operating system. Second, it is open-source and managed by the [.NET Foundation](http://www.dotnetfoundation.org/projects). Microsoft builds and publishes NuGet packages from the code in this repository.
9090

91-
WCF *service* applications should still be created with the full .NET Framework version.
91+
WCF *service* applications can be created for .NET with [the CoreWCF project](https://github.com/CoreWCF/CoreWCF).

0 commit comments

Comments
 (0)