8000 no more cross compile · dotnet-script/dotnet-script@fb772ca · GitHub
[go: up one dir, main page]

Skip to content

Commit fb772ca

Browse files
committed
no more cross compile
1 parent d650bf8 commit fb772ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<Authors>dotnet-script</Authors>
66
<Company>dotnet-script</Company>
77
<Description>Provides runtime and compilation dependency resolution for dotnet-script based scripts.</Description>
@@ -26,8 +26,6 @@
2626
<ItemGroup>
2727
<PackageReference Include="NuGet.ProjectModel" Version="5.0.0" />
2828
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
29-
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All"/>
30-
3129
</ItemGroup>
3230

3331
</Project>

0 commit comments

Comments
 (0)
0