File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ limitations under the License. -->
119
119
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
120
120
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8.0.0" />
121
121
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
122
- <PackageReference Include =" PolySharp" Version =" 1.15.0" >
122
+ <!-- Before updating PolySharp, we should do some due dilligence on the update -->
123
+ <PackageReference Include =" PolySharp" Version =" 1.15.0" AllowUpdates =" false" >
123
124
<PrivateAssets >all</PrivateAssets >
124
125
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
125
126
</PackageReference >
@@ -128,7 +129,6 @@ limitations under the License. -->
128
129
<PackageReference Include =" System.Security.Principal.Windows" Version =" 5.0.0" />
129
130
<!-- The wildcard version tag allows us to include the latest minor and pre-release versions -->
130
131
<PackageReference Include =" Yubico.NativeShims" Version =" 1.*-*" />
131
- <!-- <ProjectReference Include="..\..\Yubico.DotNetPolyfills\src\Yubico.DotNetPolyfills.csproj" />-->
132
132
</ItemGroup >
133
133
134
134
<ItemGroup Label =" Expose internal test hooks to Unit Test projects" >
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ limitations under the License. -->
126
126
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
127
127
</PackageReference >
128
128
129
- <PackageReference Include =" PolySharp" Version =" 1.15.0" >
129
+ <!-- Before updating PolySharp, we should do some due dilligence on the update -->
130
+ <PackageReference Include =" PolySharp" Version =" 1.15.0" AllowUpdates =" false" >
130
131
<PrivateAssets >all</PrivateAssets >
131
132
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
132
133
</PackageReference >
You can’t perform that action at this time.
0 commit comments