add package lock files for | add prop in targets | update action (#3071)

* add package lock files for | add prop in targets | update action

* oh so you can use netfx reference assemblies even on windows
This commit is contained in:
Mihail Gribkov
2025-03-02 00:14:44 +03:00
committed by GitHub
parent 81e49f7e9e
commit 6fb2a29351
23 changed files with 4259 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>
</Project>