File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License. -->
19
19
<RootNamespace ></RootNamespace >
20
20
21
21
<!-- Multi-target build -->
22
- <TargetFrameworks >netstandard2.0;netstandard2.1;net47 </TargetFrameworks >
22
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net472 </TargetFrameworks >
23
23
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
24
24
25
25
<!-- Suppressed warnings-->
@@ -127,7 +127,6 @@ limitations under the License. -->
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 12
12
</description >
13
13
<readme >docs/readme.md</readme >
14
14
<dependencies >
15
- <group targetFramework =" .NETFramework4.7" />
15
+ <group targetFramework =" .NETFramework4.7.2 " />
16
16
<group targetFramework =" netstandard2.0" />
17
17
</dependencies >
18
18
</metadata >
32
32
<file src =" linux-arm64/libYubico.NativeShims.so" target =" runtimes/linux-arm64/native/libYubico.NativeShims.so" />
33
33
34
34
<!-- Support files -->
35
- <file src =" msbuild/Yubico.NativeShims.targets" target =" build/net47 /Yubico.NativeShims.targets" />
36
- <file src =" msbuild/Yubico.NativeShims.targets" target =" buildTransitive/net47 /Yubico.NativeShims.targets" />
37
- <file src =" msbuild/_._" target =" lib/net47 /_._" />
35
+ <file src =" msbuild/Yubico.NativeShims.targets" target =" build/net472 /Yubico.NativeShims.targets" />
36
+ <file src =" msbuild/Yubico.NativeShims.targets" target =" buildTransitive/net472 /Yubico.NativeShims.targets" />
37
+ <file src =" msbuild/_._" target =" lib/net472 /_._" />
38
38
<file src =" msbuild/_._" target =" lib/netstandard20/_._" />
39
39
<file src =" readme.md" target =" docs/" />
40
40
</files >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License. -->
20
20
As of 2020, netstandard2.0 allows us to reach the widest audience while providing a large
21
21
enough set of the .NET library to be productive.
22
22
-->
23
- <TargetFrameworks >netstandard2.0;netstandard2.1;net47 </TargetFrameworks >
23
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net472 </TargetFrameworks >
24
24
25
25
<RootNamespace ></RootNamespace >
26
26
@@ -125,13 +125,13 @@ 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 >
132
132
133
- <!-- This is in order to use the HttpUtility.ParseQueryString in .NET47 -->
134
- <ItemGroup Condition =" '$(TargetFramework)' == 'net47 '" >
133
+ <!-- This is in order to use the HttpUtility.ParseQueryString in .net472 -->
134
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472 '" >
135
135
<Reference Include =" System.Web" />
136
136
</ItemGroup >
137
137
You can’t perform that action at this time.
0 commit comments