Skip to content

Commit 2435a71

Browse files
authored
Update sample to use nuget.org (#142)
1 parent bfc336e commit 2435a71

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

samples/RNWinRTTestApp/windows/WinRTTurboModule/WinRTTurboModule.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<RnWinRTDir>..\packages\Microsoft.ReactNative.WinRT.0.64.20211210.2</RnWinRTDir>
4+
<RnWinRTDir>..\packages\Microsoft.ReactNative.WinRT.0.65.20211210.5</RnWinRTDir>
55
</PropertyGroup>
66
<Import Project="$(RnWinRTDir)\build\native\WinRTTurboModule.props" Condition="Exists('$(RnWinRTDir)\build\native\WinRTTurboModule.props')" />
77
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210505.3\build\native\Microsoft.Windows.CppWinRT.props')" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Windows.CppWinRT" version="2.0.210505.3" targetFramework="native" />
4-
<package id="Microsoft.ReactNative.WinRT" version="0.64.20211210.2" targetFramework="native" />
4+
<package id="Microsoft.ReactNative.WinRT" version="0.65.20211210.5" targetFramework="native" />
55
</packages>

samples/RNWinRTTestApp/windows/nuget.config

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)