Install the .NET Framework Version for ScriptComponentProject

Can I install the .NET Framework version for ScriptComponentProject?

Currently it is equal by default .NET 4, but I want it to be.NET 4.6.1

I looked at the documentation page for ScriptComponentProject( https://www.varigence.com/Documentation/Samples/Biml/Script+Component+Project ), but with no luck.

+4
source share
2 answers

Ah, I found the answer! You need to install the Target Framework version in the project script:

https://www.varigence.com/Documentation/Language/Element/AstComponentScriptProjectNode

And I think the following values ​​are available:

Not selected
Undefined version of .NET Framework

NetFX20
.NET Framework 2.0

NetFX30
.NET Framework 3.0

NetFX35
.NET Framework 3.5

NetFX40
.NET Framework 4.0

NetFX45
.NET Framework 4.5

NetFX451
.NET Framework 4.5.1

NetFX452
.NET Framework 4.5.2

NetFX46
.NET Framework 4.6

NetFX461
.NET Framework 4.6.1

: https://www.varigence.com/Documentation/Api/Enum/ScriptProjectTargetFrameworkVersion

+1

BIMLExpress 5.0.6xxx, , , .

.dtsx , TargetFrameworkVersion node PropertyGroup node. , PropertyGroup arrayElement node, Visual Studio, ! , script TargetFrameworkVersion node .

Varigence , , (+ VS2017!).

0

Source: https://habr.com/ru/post/1676569/


All Articles