Skip to content

Commit

Permalink
Merge pull request #916 from microsoft/addReferences
Browse files Browse the repository at this point in the history
Add System.Memory and Unsafe package references to net45 projects
  • Loading branch information
AArnott committed Apr 14, 2023
2 parents aaafe7c + 1a0768f commit 85cf01f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<group targetFramework="net45">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
<dependency id="Microsoft.Windows.SDK.Win32Docs" version="$ApiDocsVersion$" include="buildTransitive" />
<dependency id="System.Memory" version="4.5.5" include="All" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" include="All" />
</group>
<group targetFramework="net461">
<dependency id="Microsoft.Windows.SDK.Win32Metadata" version="$MetadataVersion$" include="buildTransitive" />
Expand Down

0 comments on commit 85cf01f

Please sign in to comment.