Hi, following code is not working VS 2012, it's working on the 2015,
How to work this in the Visual studio 2012
var query = $"start={startDate.ToUniversalTime():s}&end={endDate.ToUniversalTime():s}";
var response = await client.GetAsync($"/public/{Version}/jobs?{query}");
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER