python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Build / project type - Microsoft.NET.Sdk
Using try-convert on projects to the new project type/build system [Microsoft.NET.Sdk].
But I am getting issues with how it resolves dependencies i.e. we still have a few places referencing the old WP...
llarsson
Votes: 0
Answers: 1
ProjectReference is not copied to output as part of parent NuGet package
I have 2 csproj projects: Child.csproj and Parent.csproj.
Child.csproj is referenced by Parent.csproj through ProjectReference:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup&g...

vkolesnik
Votes: 0
Answers: 2
$(TargetFramework) macro is not honored in Directory.Build.props file
I am using Directory.Build.props in my .NET 6 solution, to set common properties for multiple projects. I use MSBuild macros for example: $(MsBuildProjectName), $(Configuration), $(TargetFramework), h...

g.pickardou
Votes: 0
Answers: 1