Skip to content

Commit

Permalink
Reintroduce polyfills that Buildvana SDK doesn't provide any longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed May 12, 2022
1 parent 6825fdc commit 47f289f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<Project>

<ItemGroup>
<PackageVersion Include="IndexRange" Version="1.0.2" />
<PackageVersion Include="Microsoft.Build.Framework" Version="17.2.0" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.1.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.1.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Nullable" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
<TargetFrameworks>net472;net6.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IndexRange" PrivateAssets="all" />
<PackageReference Include="Nullable" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit 47f289f

Please sign in to comment.