File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 </ItemGroup >
3838
3939 <ItemGroup >
40- <None Update =" Devlooped.Extensions.AI.targets" PackFolder =" build" />
4140 <None Update =" Devlooped.Extensions.AI.props" PackFolder =" build" />
4241 <None Include =" ..\..\osmfeula.txt" Link =" osmfeula.txt" PackagePath =" OSMFEULA.txt" />
4342 <InternalsVisibleTo Include =" Devlooped.Agents.AI" />
4443 </ItemGroup >
4544
46- <Target Name =" UpdateSdkPreviewVersion" BeforeTargets =" GetPackageContents" >
47- <XmlPeek XmlInputPath =" $(MSBuildProjectDirectory)\Devlooped.Extensions.AI.targets" Query =" /Project/PropertyGroup/BuiltWithSdkPreview" >
48- <Output TaskParameter =" Result" PropertyName =" BuiltWithSdkPreview" />
49- </XmlPeek >
50- <XmlPeek XmlInputPath =" $(MSBuildProjectDirectory)\Devlooped.Extensions.AI.targets" Query =" /Project/PropertyGroup/BuiltSdkPreviewVersion" >
51- <Output TaskParameter =" Result" PropertyName =" BuiltSdkPreviewVersion" />
52- </XmlPeek >
53-
54- <!-- Update packaging version targets if changed -->
55- <XmlPoke XmlInputPath =" $(MSBuildProjectDirectory)\Devlooped.Extensions.AI.targets" Query =" /Project/PropertyGroup/BuiltWithSdkPreview" Value =" $(_NETCoreSdkIsPreview)" Condition =" '$(_NETCoreSdkIsPreview)' != '$(BuiltWithSdkPreview)'" />
56- <XmlPoke XmlInputPath =" $(MSBuildProjectDirectory)\Devlooped.Extensions.AI.targets" Query =" /Project/PropertyGroup/BuiltSdkPreviewVersion" Value =" $(NETCoreSdkVersion)" Condition =" '$(NETCoreSdkVersion)' != '$(BuiltSdkPreviewVersion)'" />
57- </Target >
58-
5945</Project >
You can’t perform that action at this time.
0 commit comments