OSLC / oslc4net

A dotnet SDK for OSLC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move StockQuoteSample application from Core solution

berezovskyi opened this issue · comments

I would suggest to create OSLC4NET.Samples solution and move the client and server samples there.

Actually, dotnetrdf uses a single solution file but groups projects into folders with Directory.props.{build,targets} files: https://github.com/dotnetrdf/dotnetrdf

Maybe we should follow the same approach? Would love to get the feedback from experienced .NET devs on this.