Skip to main content

All Questions

Tagged with
1 vote
1 answer
370 views

How to use System.IO.File in Visual Studio's Class Library (Package)

I'm using Visual Studio 2015 and am working with one of the new options, the "Class Library (Package)". I want to create a library that is capable of downloading files from a certain web service and ...
Josh R's user avatar
  • 2,160
2 votes
2 answers
3k views

How do I make a nuget package target multiple frameworks correctly?

Currently, I get the following error: Could not install package 'csharp-extensions 1.2.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the ...
NullVoxPopuli's user avatar
1 vote
1 answer
557 views

Using project.json in csproj Class Library

Is it possible to use the new project.json file to add NuGet packages to a standard .NET 4.6 Class Library? If so, how?
Muhammad Rehan Saeed's user avatar
0 votes
1 answer
252 views

Cache store for .net library encapsulated classes

I am writing a dll with a number of high-level utility classes, that other developers will consume and use in their applications. Currently I am working on an implementation of a class, that has to ...
Maxim V. Pavlov's user avatar