File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -116,18 +116,17 @@ limitations under the License. -->
116
116
<PrivateAssets >all</PrivateAssets >
117
117
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
118
118
</PackageReference >
119
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.1 " />
120
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.3 " />
119
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 9 .0.6 " />
120
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.6 " />
121
121
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.1" />
122
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0 " />
122
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.6 " />
123
123
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
124
124
<!-- Before updating PolySharp, we should do some due dilligence on the update -->
125
125
<PackageReference Include =" PolySharp" Version =" 1.15.0" AllowUpdates =" false" >
126
126
<PrivateAssets >all</PrivateAssets >
127
127
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
128
128
</PackageReference >
129
129
<PackageReference Include =" System.Memory" Version =" 4.6.3" />
130
- <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
131
130
<PackageReference Include =" System.Security.Principal.Windows" Version =" 5.0.0" />
132
131
<!-- The wildcard version tag allows us to include the latest minor and pre-release versions -->
133
132
<PackageReference Include =" Yubico.NativeShims" Version =" 1.*-*" />
Original file line number Diff line number Diff line change 13
13
<readme >docs/readme.md</readme >
14
14
<dependencies >
15
15
<group targetFramework =" .NETFramework4.7" />
16
+ <group targetFramework =" .NETFramework4.8" />
16
17
<group targetFramework =" netstandard2.0" />
17
18
</dependencies >
18
19
</metadata >
34
35
<!-- Support files -->
35
36
<file src =" msbuild/Yubico.NativeShims.targets" target =" build/net47/Yubico.NativeShims.targets" />
36
37
<file src =" msbuild/Yubico.NativeShims.targets" target =" buildTransitive/net47/Yubico.NativeShims.targets" />
38
+ <file src =" msbuild/Yubico.NativeShims.targets" target =" build/net48/Yubico.NativeShims.targets" />
39
+ <file src =" msbuild/Yubico.NativeShims.targets" target =" buildTransitive/net48/Yubico.NativeShims.targets" />
37
40
<file src =" msbuild/_._" target =" lib/net47/_._" />
41
+ <file src =" msbuild/_._" target =" lib/net48/_._" />
38
42
<file src =" msbuild/_._" target =" lib/netstandard20/_._" />
39
43
<file src =" readme.md" target =" docs/" />
40
44
</files >
Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ limitations under the License. -->
104
104
</ItemGroup >
105
105
106
106
<ItemGroup Label =" Package references specific to Yubico.YubiKey.dll" >
107
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8 .0.0 " />
107
+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9 .0.6 " />
108
108
<PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 9.0.0" >
109
109
<PrivateAssets >all</PrivateAssets >
110
110
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
111
111
</PackageReference >
112
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.3 " />
112
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.6 " />
113
113
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
114
114
115
115
<PackageReference Include =" Nullable" Version =" 1.3.1" >
@@ -125,7 +125,7 @@ limitations under the License. -->
125
125
<PackageReference Include =" System.Formats.Asn1" Version =" 9.0.3" />
126
126
127
127
<!-- Remove ExcludeAssets once the package supports netcoreapp and net462 properly -->
128
- <PackageReference Include =" System.Formats.Cbor" Version =" 7 .0.0 " ExcludeAssets =" buildtransitive" />
128
+ <PackageReference Include =" System.Formats.Cbor" Version =" 9 .0.6 " ExcludeAssets =" buildtransitive" />
129
129
<ProjectReference Include =" ..\..\Yubico.Core\src\Yubico.Core.csproj" />
130
130
131
131
</ItemGroup >
You can’t perform that action at this time.
0 commit comments