Top ".net-framework-version" questions

Versions of .NET Framework.

What are the correct version numbers for C#?

What are the correct version numbers for C#? What came out when? Why can't I find any answers about C# 3.5? …

c# .net visual-studio .net-framework-version compiler-version
Determine .NET Framework version for dll

I have an old dll that was compiled against the .NET framework and deployed. I am not sure which version …

.net .net-framework-version
redistributable offline .NET Framework 3.5 installer for Windows 8

Our company was testing our product (compiled for .NET Framework 3.5) on Windows 8. We have discovered that there is no .NET …

windows-8 .net-3.5 installation .net-framework-version windows-10
You must add a reference to assembly 'netstandard, Version=2.0.0.0

The project is an ASP.NET MVC Web App targeting the .NET Framework 4.6.1. All of a sudden (some NuGet packages …

asp.net .net asp.net-mvc .net-framework-version
preventing cross-site request forgery (csrf) attacks in asp.net web forms

I have created an ASP.Net Web Forms application using Visual Studio 2013 and I am using .NET Framework 4.5. I want …

asp.net webforms csrf .net-framework-version
Error CS1056: Unexpected character '$' running the msbuild on a tfs continuous integration process

I have a project that the framework is targeting .NET Framework 4.6.1, as part of the continuous integration process on the …

c# tfs c#-5.0 c#-6.0 .net-framework-version
Convert .Net Core to .Net Framework

I have a .Net Core project web project, and for various reasons want to convert it to a .Net Framework …

asp.net .net asp.net-core .net-framework-version
What version of .NET ships with what version of Windows?

Looking for a list of Windows versions (service packs included) and what version of .NET is natively1 available. Example: Windows …

.net windows version .net-framework-version
Could not load file or assembly System.Net.Http version 4.1.1.0

I'm porting a Net Framework 4 dll to Net Core. When porting my unit tests project I get an exception running …

c# .net .net-core porting .net-framework-version
Convert .Net Framework 4.6.2 project to .Net core project

I Have a solution which contains the bunch of class libraries which is developed by .Net framework 4.6.2. I have to …

.net-core .net-framework-version